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

Diff for /src/etc/rc between version 1.255 and 1.256

version 1.255, 2004/09/27 16:06:20 version 1.256, 2004/09/27 16:08:26
Line 370 
Line 370 
     find . ! -name . ! -name lost+found ! -name quota.user \      find . ! -name . ! -name lost+found ! -name quota.user \
         ! -name quota.group -execdir rm -rf -- {} \; -type d -prune)          ! -name quota.group -execdir rm -rf -- {} \; -type d -prune)
   
 # create Unix sockets directories  for X if needed and make sure they have  # create Unix sockets directories for X if needed and make sure they have
 # correct permissions  # correct permissions
 if [ -d /usr/X11R6/lib ]; then  if [ -d /usr/X11R6/lib ]; then
         for d in /tmp/.X11-unix /tmp/.ICE-unix ; do          for d in /tmp/.X11-unix /tmp/.ICE-unix ; do
Line 538 
Line 538 
         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${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}.*
         echo -n ' httpd';               /usr/sbin/httpd ${httpd_flags}          echo -n ' httpd';               /usr/sbin/httpd ${httpd_flags}

Legend:
Removed from v.1.255  
changed lines
  Added in v.1.256