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

Diff for /src/etc/rc between version 1.139 and 1.140

version 1.139, 2000/05/19 16:53:17 version 1.140, 2000/06/13 18:29:48
Line 506 
Line 506 
 fi  fi
   
 if [ X"${sshd}" == X"YES" ]; then  if [ X"${sshd}" == X"YES" ]; then
         if test -x /usr/sbin/sshd && /usr/sbin/sshd -Q ; then          if [ -x /usr/sbin/sshd ] && /usr/sbin/sshd -Q ; then
                 echo -n ' sshd'                  echo -n ' sshd'
         elif [ -x /usr/local/sbin/sshd && /usr/local/sbin/sshd ]; then          elif [ -x /usr/local/sbin/sshd ] && /usr/local/sbin/sshd ; then
                 echo -n ' sshd'                  echo -n ' sshd'
         fi          fi
 fi  fi

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140