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

Diff for /src/etc/rc between version 1.376 and 1.377

version 1.376, 2011/07/08 02:02:02 version 1.377, 2011/07/08 02:15:34
Line 446 
Line 446 
 if [ X"`domainname`" != X"" ]; then  if [ X"`domainname`" != X"" ]; then
         start_daemon ypserv ypldap ypbind yppasswdd          start_daemon ypserv ypldap ypbind yppasswdd
 fi  fi
 start_daemon mountd nfsd lockd statd  start_daemon mountd nfsd lockd statd amd
   
 if [ X"${amd}" = X"YES" -a -e ${amd_master} ]; then  
         echo -n ' amd'  
         (cd /etc/amd; amd `cat ${amd_master}`)  
 fi  
   
 # run rdate before ntpd  # run rdate before ntpd
 if [ X"${rdate_flags}" != X"NO" ]; then  if [ X"${rdate_flags}" != X"NO" ]; then
         echo -n ' rdate';       rdate -s ${rdate_flags}          echo -n ' rdate';       rdate -s ${rdate_flags}
Line 553 
Line 548 
 fi  fi
   
 start_daemon hostapd rwhod lpd ldapd sendmail smtpd httpd ftpd  start_daemon hostapd rwhod lpd ldapd sendmail smtpd httpd ftpd
 start_daemon ftpproxy identd inetd rarpd bootparamd rbootd mopd spamd  start_daemon ftpproxy identd inetd rarpd bootparamd rbootd mopd
   start_daemon spamd spamlogd
   
   echo '.'
   
 [ X"${spamd_flags}" != X"NO" ] && \  [ X"${spamd_flags}" != X"NO" ] && \
         /usr/libexec/spamd-setup -D          /usr/libexec/spamd-setup -D
   
 if [ X"${spamd_flags}" != X"NO" -a X"${spamd_black}" = X"NO" ]; then  
         echo -n ' spamlogd'  
         /usr/libexec/spamlogd ${spamlogd_flags}  
 fi  
   
 echo '.'  
   
 if [ X"${kdc_flags}" != X"NO" ]; then  if [ X"${kdc_flags}" != X"NO" ]; then
         echo -n 'starting KerberosV daemons:'          echo -n 'starting KerberosV daemons:'

Legend:
Removed from v.1.376  
changed lines
  Added in v.1.377