CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/29 17:28:31
Modified files:
usr.bin/ssh : misc.c misc.h sshd.c
Log message:
On startup, check to see if sshd is already daemonized and if so,
skip the call to daemon() and do not rewrite the PidFile. This
means that when sshd re-execs itself on SIGHUP the process ID will
no longer change. Should address bz#2641. ok djm@ markus@.
