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

Diff for /src/etc/rc between version 1.195 and 1.196

version 1.195, 2002/05/23 20:47:57 version 1.196, 2002/06/07 08:54:48
Line 180 
Line 180 
 rm -f /var/spool/lock/LCK.*  rm -f /var/spool/lock/LCK.*
 rm -f /var/spool/uucp/STST/*  rm -f /var/spool/uucp/STST/*
 (cd /var/run && { test -r dhclient.pid && dhclient_pid=`cat dhclient.pid`; rm -rf -- *; install -c -m 664 -g utmp /dev/null utmp; test -n "$dhclient_pid" && echo "$dhclient_pid" > dhclient.pid; })  (cd /var/run && { test -r dhclient.pid && dhclient_pid=`cat dhclient.pid`; rm -rf -- *; install -c -m 664 -g utmp /dev/null utmp; test -n "$dhclient_pid" && echo "$dhclient_pid" > dhclient.pid; })
   (cd /var/authpf && rm -rf -- *)
   
   
 # save a copy of the boot messages  # save a copy of the boot messages
 dmesg >/var/run/dmesg.boot  dmesg >/var/run/dmesg.boot

Legend:
Removed from v.1.195  
changed lines
  Added in v.1.196