diff options
-rw-r--r-- | debian/patches/doc-upstart.patch | 21 | ||||
-rw-r--r-- | debian/patches/series | 1 | ||||
-rw-r--r-- | sshd.8 | 5 |
3 files changed, 26 insertions, 1 deletions
diff --git a/debian/patches/doc-upstart.patch b/debian/patches/doc-upstart.patch new file mode 100644 index 000000000..5f35ac0c8 --- /dev/null +++ b/debian/patches/doc-upstart.patch | |||
@@ -0,0 +1,21 @@ | |||
1 | Description: Refer to ssh's Upstart job as well as its init script | ||
2 | Author: Colin Watson <cjwatson@ubuntu.com> | ||
3 | Forwarded: not-needed | ||
4 | Last-Update: 2012-11-26 | ||
5 | |||
6 | Index: b/sshd.8 | ||
7 | =================================================================== | ||
8 | --- a/sshd.8 | ||
9 | +++ b/sshd.8 | ||
10 | @@ -69,7 +69,10 @@ | ||
11 | .Nm | ||
12 | listens for connections from clients. | ||
13 | It is normally started at boot from | ||
14 | -.Pa /etc/init.d/ssh . | ||
15 | +.Pa /etc/init.d/ssh | ||
16 | +(or | ||
17 | +.Pa /etc/init/ssh.conf | ||
18 | +on systems using the Upstart init daemon). | ||
19 | It forks a new | ||
20 | daemon for each incoming connection. | ||
21 | The forked daemons handle | ||
diff --git a/debian/patches/series b/debian/patches/series index c5cf8de4b..c940d8384 100644 --- a/debian/patches/series +++ b/debian/patches/series | |||
@@ -39,6 +39,7 @@ lintian-symlink-pickiness.patch | |||
39 | openbsd-docs.patch | 39 | openbsd-docs.patch |
40 | ssh-argv0.patch | 40 | ssh-argv0.patch |
41 | doc-hash-tab-completion.patch | 41 | doc-hash-tab-completion.patch |
42 | doc-upstart.patch | ||
42 | 43 | ||
43 | # Debian-specific configuration | 44 | # Debian-specific configuration |
44 | gnome-ssh-askpass2-icon.patch | 45 | gnome-ssh-askpass2-icon.patch |
@@ -69,7 +69,10 @@ over an insecure network. | |||
69 | .Nm | 69 | .Nm |
70 | listens for connections from clients. | 70 | listens for connections from clients. |
71 | It is normally started at boot from | 71 | It is normally started at boot from |
72 | .Pa /etc/init.d/ssh . | 72 | .Pa /etc/init.d/ssh |
73 | (or | ||
74 | .Pa /etc/init/ssh.conf | ||
75 | on systems using the Upstart init daemon). | ||
73 | It forks a new | 76 | It forks a new |
74 | daemon for each incoming connection. | 77 | daemon for each incoming connection. |
75 | The forked daemons handle | 78 | The forked daemons handle |