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

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

version 1.1, 1999/07/06 07:55:03 version 1.2, 1999/07/15 14:31:52
Line 8 
Line 8 
   
 echo -n /etc/rc.shutdown in progress...  echo -n /etc/rc.shutdown in progress...
   
   # 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
   chmod 600 /var/db/host.random
   
 #  #
 # Your shell code goes here  # Your shell code goes here
 #  #

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