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

File: [local] / src / etc / Attic / rc.shutdown (download)

Revision 1.6, Wed Jun 21 22:53:45 2006 UTC (17 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +2 -2 lines

make powerdown the default; discussed with jason

#	$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
#