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

Diff for /src/etc/rc between version 1.234 and 1.235

version 1.234, 2004/02/25 08:42:38 version 1.235, 2004/02/26 07:33:08
Line 498 
Line 498 
 fi  fi
   
 if [ "X${spamd_flags}" != X"NO" ]; then  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}          echo -n ' spamd';               /usr/libexec/spamd ${spamd_flags}
         /usr/libexec/spamd-setup          /usr/libexec/spamd-setup
           if [ "X${spamd_grey}" != X"NO" ]; then
                   echo -n ' spamlogd'
                   /usr/libexec/spamlogd
           fi
 fi  fi
   
 if [ "X${httpd_flags}" != X"NO"  ]; then  if [ "X${httpd_flags}" != X"NO"  ]; then

Legend:
Removed from v.1.234  
changed lines
  Added in v.1.235