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

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

version 1.4, 1999/07/25 19:32:17 version 1.5, 1999/09/03 18:11:48
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
 #  #
 # If it exists, this script is run at system-shutdown by reboot(8),  # If it exists, this script is run at system-shutdown by reboot(8),
 # halt(8).  # halt(8).  If the architecture supports keyboard requested halting,
 # If the architecture supports keyboard requested halting, it is also  # it is also run by init(8) when such an event happens.
 # run by init(8) when such an event happens.  
 #  #
   
 echo /etc/rc.shutdown in progress...  powerdown=NO    # set to YES for powerdown
   
 # 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 >/dev/null 2>&1  
   
 #  #
 # Your shell code goes here  # Your shell code goes here
 #  #
   
   
 echo shutdown complete.  
 exit 0          # An exit code of 2 will cause init(8) to attempt powerdown.  

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