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

Annotation of src/etc/rc.shutdown, Revision 1.12

1.12    ! ajacouto    1: #      $OpenBSD: rc.shutdown,v 1.11 2011/03/17 16:43:51 robert Exp $
1.1       deraadt     2: #
                      3: # If it exists, this script is run at system-shutdown by reboot(8),
1.5       deraadt     4: # halt(8).  If the architecture supports keyboard requested halting,
                      5: # it is also run by init(8) when such an event happens.
1.1       deraadt     6: #
                      7:
1.7       deraadt     8: powerdown=NO   # set to YES for powerdown
1.1       deraadt     9:
1.8       robert     10: # Add your local shutdown actions here.