summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/doc-upstart.patch21
-rw-r--r--debian/patches/series1
-rw-r--r--sshd.85
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 @@
1Description: Refer to ssh's Upstart job as well as its init script
2Author: Colin Watson <cjwatson@ubuntu.com>
3Forwarded: not-needed
4Last-Update: 2012-11-26
5
6Index: 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
39openbsd-docs.patch 39openbsd-docs.patch
40ssh-argv0.patch 40ssh-argv0.patch
41doc-hash-tab-completion.patch 41doc-hash-tab-completion.patch
42doc-upstart.patch
42 43
43# Debian-specific configuration 44# Debian-specific configuration
44gnome-ssh-askpass2-icon.patch 45gnome-ssh-askpass2-icon.patch
diff --git a/sshd.8 b/sshd.8
index bccd238b0..b74ab47c0 100644
--- a/sshd.8
+++ b/sshd.8
@@ -69,7 +69,10 @@ over an insecure network.
69.Nm 69.Nm
70listens for connections from clients. 70listens for connections from clients.
71It is normally started at boot from 71It 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
75on systems using the Upstart init daemon).
73It forks a new 76It forks a new
74daemon for each incoming connection. 77daemon for each incoming connection.
75The forked daemons handle 78The forked daemons handle