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

Diff for /src/etc/rc between version 1.191 and 1.192

version 1.191, 2002/02/19 02:21:16 version 1.192, 2002/02/21 04:18:42
Line 178 
Line 178 
 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 && { rm -rf -- *; install -c -m 664 -g utmp /dev/null utmp; })  (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; })
   
 # 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.191  
changed lines
  Added in v.1.192