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

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

version 1.3, 1999/07/20 16:51:04 version 1.4, 1999/07/25 19:32:17
Line 10 
Line 10 
   
 # 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
 chmod 600 /var/db/host.random  chmod 600 /var/db/host.random >/dev/null 2>&1
   
 #  #
 # Your shell code goes here  # Your shell code goes here

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