From d66ca0fe0e76be36c6baa1bfeb3c883870e28343 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 13 Feb 2014 13:12:56 +0000 Subject: 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. --- debian/README.Debian | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/README.Debian') 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': ss:2345:respawn:/usr/sbin/sshd -D If you do this, note that you will need to stop sshd being started in the -normal way ('rm -f /etc/rc[2345].d/S16ssh') and that you will need to -restart this sshd manually on upgrades. +normal way ('update-rc.d ssh disable') and that you will need to restart +this sshd manually on upgrades. Per-connection sshd instances with systemd ------------------------------------------ -- cgit v1.2.3