From d75d4da0b7a4c9d723f782798d1013ba5c40f835 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Thu, 22 Jun 2006 00:41:59 +0000 Subject: [PATCH] ok there is a good reason not to do this yet --- src/etc/rc.shutdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc.shutdown b/src/etc/rc.shutdown index dfbeccaf..1c42393d 100644 --- a/src/etc/rc.shutdown +++ b/src/etc/rc.shutdown @@ -1,11 +1,11 @@ -# $OpenBSD: rc.shutdown,v 1.6 2006/06/21 22:53:45 deraadt Exp $ +# $OpenBSD: rc.shutdown,v 1.7 2006/06/22 00:41:59 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 +powerdown=NO # set to YES for powerdown # # Your shell code goes here