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

Diff for /src/etc/rc between version 1.339 and 1.340

version 1.339, 2010/07/13 12:28:13 version 1.340, 2010/07/27 08:37:33
Line 718 
Line 718 
         echo -n ' lpd';                 lpd ${lpd_flags}          echo -n ' lpd';                 lpd ${lpd_flags}
 fi  fi
   
   if [ X"${ldapd_flags}" != X"NO" ]; then
           echo -n ' ldapd';               /usr/sbin/ldapd ${ldapd_flags};
   fi
   
 # We call sendmail with a full path so that SIGHUP works.  # We call sendmail with a full path so that SIGHUP works.
 # Note that /usr/sbin/sendmail may actually call a  # Note that /usr/sbin/sendmail may actually call a
 # mailer other than sendmail, depending on /etc/mailer.conf.  # mailer other than sendmail, depending on /etc/mailer.conf.

Legend:
Removed from v.1.339  
changed lines
  Added in v.1.340