diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-21 22:53:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-21 22:53:46 +0000 |
commit | d692a6dbf25f4740a623ab0b04cfab35fe85ad7e (patch) | |
tree | 0f5e9b7a3ec9c1f4e844d8af4e68af20a09a70f3 /etc/rc.shutdown | |
parent | 07e974d1668eff2980412a4659ac3bf98b6f268f (diff) |
make powerdown the default; discussed with jason
Diffstat (limited to 'etc/rc.shutdown')
-rw-r--r-- | etc/rc.shutdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown index b249f5214ab..dfbeccaf1ec 100644 --- a/etc/rc.shutdown +++ b/etc/rc.shutdown @@ -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 |