CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2016/12/04 15:27:25
Modified files: usr.bin/ssh : sshd.c Log message: Unlink PidFile on SIGHUP and always recreate it when the new sshd starts. Regression tests (and possibly other things) depend on the pidfile being recreated after SIGHUP, and unlinking it means it won't contain a stale pid if sshd fails to restart. ok djm@ markus@