=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/rc.shutdown,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/etc/Attic/rc.shutdown 1999/09/03 18:11:48 1.5 --- src/etc/Attic/rc.shutdown 2006/06/21 22:53:45 1.6 *************** *** 1,11 **** ! # $OpenBSD: rc.shutdown,v 1.5 1999/09/03 18:11:48 deraadt Exp $ # # If it exists, this script is run at system-shutdown by reboot(8), # halt(8). If the architecture supports keyboard requested halting, # it is also run by init(8) when such an event happens. # ! powerdown=NO # set to YES for powerdown # # Your shell code goes here --- 1,11 ---- ! # $OpenBSD: rc.shutdown,v 1.6 2006/06/21 22:53:45 deraadt Exp $ # # If it exists, this script is run at system-shutdown by reboot(8), # halt(8). If the architecture supports keyboard requested halting, # it is also run by init(8) when such an event happens. # ! powerdown=YES # or NO, if you wanted to halt without powering down # # Your shell code goes here