diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-13 13:12:56 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-02-13 13:12:56 +0000 |
commit | d66ca0fe0e76be36c6baa1bfeb3c883870e28343 (patch) | |
tree | cb658defdcbfa37acb918475efff90ebb2a74313 /debian/README.Debian | |
parent | 8619df32f483f5b7424d4d0f295378f4bf9337bf (diff) |
Fix "Running sshd from inittab" instructions for dependency-based sysv-rc
Amend "Running sshd from inittab" instructions in README.Debian to recommend
'update-rc.d ssh disable', rather than manual removal of rc*.d symlinks that
won't work with dependency-based sysv-rc.
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index ff15f6d07..6e6bf9dc8 100644 --- a/debian/README.Debian +++ b/debian/README.Debian | |||
@@ -198,8 +198,8 @@ stop'), add the following line to /etc/inittab, and run 'telinit q': | |||
198 | ss:2345:respawn:/usr/sbin/sshd -D | 198 | ss:2345:respawn:/usr/sbin/sshd -D |
199 | 199 | ||
200 | If you do this, note that you will need to stop sshd being started in the | 200 | If you do this, note that you will need to stop sshd being started in the |
201 | normal way ('rm -f /etc/rc[2345].d/S16ssh') and that you will need to | 201 | normal way ('update-rc.d ssh disable') and that you will need to restart |
202 | restart this sshd manually on upgrades. | 202 | this sshd manually on upgrades. |
203 | 203 | ||
204 | Per-connection sshd instances with systemd | 204 | Per-connection sshd instances with systemd |
205 | ------------------------------------------ | 205 | ------------------------------------------ |