[BACK]Return to sshd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd.c between version 1.135 and 1.136

version 1.135, 2000/11/29 21:11:59 version 1.136, 2000/12/05 16:47:28
Line 861 
Line 861 
   
                 if (!debug_flag) {                  if (!debug_flag) {
                         /*                          /*
                          * Record our pid in /etc/sshd_pid to make it easier                           * Record our pid in /var/run/sshd.pid to make it
                          * to kill the correct sshd.  We don\'t want to do                           * easier to kill the correct sshd.  We don't want to
                          * this before the bind above because the bind will                           * do this before the bind above because the bind will
                          * fail if there already is a daemon, and this will                           * fail if there already is a daemon, and this will
                          * overwrite any old pid in the file.                           * overwrite any old pid in the file.
                          */                           */

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136