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 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/patches/doc-upstart.patch (limited to 'debian/patches/doc-upstart.patch') 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 -- cgit v1.2.3