From 2c3850b2193fa51b4a8d0b55f38b951917022b5c Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 26 Nov 2012 16:31:08 +0000 Subject: Tweak sshd(8) to refer to ssh's Upstart job as well as its init script. --- debian/patches/doc-upstart.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) create mode 100644 debian/patches/doc-upstart.patch (limited to 'debian') 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 @@ +Description: Refer to ssh's Upstart job as well as its init script +Author: Colin Watson +Forwarded: not-needed +Last-Update: 2012-11-26 + +Index: b/sshd.8 +=================================================================== +--- a/sshd.8 ++++ b/sshd.8 +@@ -69,7 +69,10 @@ + .Nm + listens for connections from clients. + It is normally started at boot from +-.Pa /etc/init.d/ssh . ++.Pa /etc/init.d/ssh ++(or ++.Pa /etc/init/ssh.conf ++on systems using the Upstart init daemon). + It forks a new + daemon for each incoming connection. + 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 openbsd-docs.patch ssh-argv0.patch doc-hash-tab-completion.patch +doc-upstart.patch # Debian-specific configuration gnome-ssh-askpass2-icon.patch -- cgit v1.2.3