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

Diff for /src/etc/rc between version 1.142 and 1.143

version 1.142, 2000/06/18 22:58:42 version 1.143, 2000/07/02 21:24:00
Line 439 
Line 439 
 fi  fi
   
 if [ "X${httpd_flags}" != X"NO"  ]; then  if [ "X${httpd_flags}" != X"NO"  ]; then
           # Clean up left-over httpd locks
           rm -f /var/www/logs/{ssl_mutex,httpd.lock,accept.lock}.*
         echo -n ' httpd';               /usr/sbin/httpd ${httpd_flags}          echo -n ' httpd';               /usr/sbin/httpd ${httpd_flags}
 fi  fi
   

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143