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

Diff for /src/etc/rc between version 1.246 and 1.247

version 1.246, 2004/05/16 04:31:01 version 1.247, 2004/05/16 15:45:46
Line 195 
Line 195 
 rm -f /etc/nologin  rm -f /etc/nologin
 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 && { rm -rf -- *; install -c -m 664 -g utmp /dev/null utmp; })
 (cd /var/authpf && rm -rf -- *)  (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.246  
changed lines
  Added in v.1.247