Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-30 | Fix grammar in if-up script (closes: #549128). | Colin Watson | |
2009-06-05 | Use invoke-rc.d in openssh-server's if-up script. | Colin Watson | |
2009-01-14 | While the above is a valuable sanity-check, it turns out that it doesn't | Colin Watson | |
really fix the bug (thanks to Kevin Price for testing), so for the meantime we'll just use '/etc/init.d/ssh restart', even though it is unfortunately heavyweight. | |||
2009-01-13 | fix reversed logic | Colin Watson | |
2009-01-13 | Check that /var/run/sshd.pid exists and that the process ID listed there | Colin Watson | |
corresponds to sshd before running '/etc/init.d/ssh reload' from if-up script; SIGHUP is racy if called at boot before sshd has a chance to install its signal handler, but fortunately the pid file is written after that which lets us avoid the race (closes: #502444). | |||
2007-06-13 | don't worry about reload failures in if-up script | Colin Watson | |
2007-06-13 | * Add /etc/network/if-up.d/openssh-server to restart sshd when new | Colin Watson | |
interfaces appear (LP: #103436). |