Browse Source

make powerdown the default; discussed with jason

OPENBSD_4_0
deraadt 18 years ago
parent
commit
451702b140
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc.shutdown

+ 2
- 2
src/etc/rc.shutdown View File

@ -1,11 +1,11 @@
# $OpenBSD: rc.shutdown,v 1.5 1999/09/03 18:11:48 deraadt Exp $
# $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=NO # set to YES for powerdown
powerdown=YES # or NO, if you wanted to halt without powering down
#
# Your shell code goes here


Loading…
Cancel
Save