diff options
Diffstat (limited to 'debian/patches/doc-upstart.patch')
-rw-r--r-- | debian/patches/doc-upstart.patch | 21 |
1 files changed, 21 insertions, 0 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 | ||