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

Diff for /src/etc/rc between version 1.237 and 1.238

version 1.237, 2004/03/02 16:11:10 version 1.238, 2004/03/03 01:06:44
Line 497 
Line 497 
         echo -n ' sendmail';            ( /usr/sbin/sendmail ${sendmail_flags} >/dev/null 2>&1 & )          echo -n ' sendmail';            ( /usr/sbin/sendmail ${sendmail_flags} >/dev/null 2>&1 & )
 fi  fi
   
 if [ "X${spamd_flags}" != X"NO" ]; then  
         if [ "X${spamd_grey}" != X"NO" ]; then  
                 spamd_flags="${spamd_flags} -g"  
         fi  
         echo -n ' spamd';               /usr/libexec/spamd ${spamd_flags}  
         /usr/libexec/spamd-setup  
         if [ "X${spamd_grey}" != X"NO" ]; then  
                 echo -n ' spamlogd'  
                 /usr/libexec/spamlogd  
         fi  
 fi  
   
 if [ "X${httpd_flags}" != X"NO"  ]; then  if [ "X${httpd_flags}" != X"NO"  ]; then
         # Clean up left-over httpd locks          # Clean up left-over httpd locks
         rm -f /var/www/logs/{ssl_mutex,httpd.lock,accept.lock}.*          rm -f /var/www/logs/{ssl_mutex,httpd.lock,accept.lock}.*
Line 529 
Line 517 
   
 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
   
   if [ "X${spamd_flags}" != X"NO" ]; then
           if [ "X${spamd_grey}" != X"NO" ]; then
                   spamd_flags="${spamd_flags} -g"
           fi
           echo -n ' spamd';               /usr/libexec/spamd ${spamd_flags}
           /usr/libexec/spamd-setup
           if [ "X${spamd_grey}" != X"NO" ]; then
                   echo -n ' spamlogd'
                   /usr/libexec/spamlogd
           fi
 fi  fi
   
 # $rarpd_flags is imported from /etc/rc.conf;  # $rarpd_flags is imported from /etc/rc.conf;

Legend:
Removed from v.1.237  
changed lines
  Added in v.1.238