summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-10-06 12:23:34 +0100
committerColin Watson <cjwatson@debian.org>2017-10-06 12:23:34 +0100
commit998aa34beefda794a4a51ad15a1ec988c4a04217 (patch)
tree228dd8b7c623d2e84de8d0610584835cd07a4351 /debian
parent39fdf1a27f68fe3cbed942668ddfb64f168945bd (diff)
Adjust "Running sshd from inittab" instructions in README.Debian to recommend using service(8) rather than calling the init script directly.
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian4
-rw-r--r--debian/changelog2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index b8ae5d37b..f17ccb187 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -172,8 +172,8 @@ Running sshd from inittab
172------------------------- 172-------------------------
173 173
174Some people find it useful to run the sshd server from inittab, to make sure 174Some people find it useful to run the sshd server from inittab, to make sure
175that it always stays running. To do this, stop sshd ('/etc/init.d/ssh 175that it always stays running. To do this, stop sshd ('service ssh stop'),
176stop'), add the following line to /etc/inittab, and run 'telinit q': 176add the following line to /etc/inittab, and run 'telinit q':
177 177
178 ss:2345:respawn:/usr/sbin/sshd -D 178 ss:2345:respawn:/usr/sbin/sshd -D
179 179
diff --git a/debian/changelog b/debian/changelog
index ee62136f3..3fca6bf0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -102,6 +102,8 @@ openssh (1:7.6p1-1) UNRELEASED; urgency=medium
102 * Change priorities of ssh and ssh-krb5 binary packages to optional, since 102 * Change priorities of ssh and ssh-krb5 binary packages to optional, since
103 "Priority: extra" is now deprecated. 103 "Priority: extra" is now deprecated.
104 * Use HTTPS form of copyright-format URL. 104 * Use HTTPS form of copyright-format URL.
105 * Adjust "Running sshd from inittab" instructions in README.Debian to
106 recommend using service(8) rather than calling the init script directly.
105 107
106 -- Colin Watson <cjwatson@debian.org> Wed, 04 Oct 2017 12:34:34 +0100 108 -- Colin Watson <cjwatson@debian.org> Wed, 04 Oct 2017 12:34:34 +0100
107 109