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

Diff for /src/etc/rc between version 1.343 and 1.344

version 1.343, 2010/10/26 20:56:03 version 1.344, 2010/11/02 18:59:12
Line 643 
Line 643 
 echo -n starting network daemons:  echo -n starting network daemons:
   
 if [ X"${sshd_flags}" != X"NO" ]; then  if [ X"${sshd_flags}" != X"NO" ]; then
         echo -n ' sshd';                /usr/sbin/sshd ${sshd_flags};          echo -n ' sshd';                /usr/sbin/sshd ${sshd_flags}
 fi  fi
   
 if [ X"${snmpd_flags}" != X"NO" ]; then  if [ X"${snmpd_flags}" != X"NO" ]; then
Line 715 
Line 715 
 fi  fi
   
 if [ X"${hostapd_flags}" != X"NO" ]; then  if [ X"${hostapd_flags}" != X"NO" ]; then
         echo -n ' hostapd';             /usr/sbin/hostapd ${hostapd_flags};          echo -n ' hostapd';             /usr/sbin/hostapd ${hostapd_flags}
 fi  fi
   
 if [ X"${bt}" != X"NO" ]; then  if [ X"${bt}" != X"NO" ]; then
Line 735 
Line 735 
 fi  fi
   
 if [ X"${ldapd_flags}" != X"NO" ]; then  if [ X"${ldapd_flags}" != X"NO" ]; then
         echo -n ' ldapd';               /usr/sbin/ldapd ${ldapd_flags};          echo -n ' ldapd';               /usr/sbin/ldapd ${ldapd_flags}
 fi  fi
   
 # We call sendmail with a full path so that SIGHUP works.  # We call sendmail with a full path so that SIGHUP works.

Legend:
Removed from v.1.343  
changed lines
  Added in v.1.344