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

Diff for /src/etc/Attic/rc.shutdown between version 1.2 and 1.3

version 1.2, 1999/07/15 14:31:52 version 1.3, 1999/07/20 16:51:04
Line 6 
Line 6 
 # run by init(8) when such an event happens.  # run by init(8) when such an event happens.
 #  #
   
 echo -n /etc/rc.shutdown in progress...  echo /etc/rc.shutdown in progress...
   
 # save part of our entropy pool for reuse on reboot  # save part of our entropy pool for reuse on reboot
 dd if=/dev/urandom of=/var/db/host.random bs=1024 count=64 >/dev/null 2>&1  dd if=/dev/urandom of=/var/db/host.random bs=1024 count=64 >/dev/null 2>&1
Line 17 
Line 17 
 #  #
   
   
 echo done.  echo shutdown complete.
 exit 0          # An exit code of 2 will cause init(8) to attempt powerdown.  exit 0          # An exit code of 2 will cause init(8) to attempt powerdown.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3