[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.122 and 1.123

version 1.122, 1999/10/15 19:51:29 version 1.123, 1999/10/18 01:46:24
Line 451 
Line 451 
 fi  fi
   
 if [ X"${sshd}" == X"YES" ]; then  if [ X"${sshd}" == X"YES" ]; then
         if [ -x /usr/sbin/sshd ]; then          if test -x /usr/sbin/sshd && /usr/sbin/sshd -Q ; then
                 if /usr/sbin/sshd -Q ; then                  echo -n ' sshd';
                         echo -n ' sshd';                  #echo -n ' sshd(2022)'; /usr/sbin/sshd -p 2022
                         #echo -n ' sshd(2022)'; /usr/sbin/sshd -p 2022  
                 fi  
         elif [ -x /usr/local/sbin/sshd ]; then          elif [ -x /usr/local/sbin/sshd ]; then
                 /usr/local/sbin/sshd                  /usr/local/sbin/sshd
                 echo -n ' sshd';                  echo -n ' sshd';

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123