From: David van Moolenbroek Date: Fri, 12 Jun 2009 13:13:29 +0000 (+0000) Subject: poweroff(8) aesthetics X-Git-Tag: v3.1.5~239 X-Git-Url: http://zhaoyanbai.com/repos/rndc.conf.html?a=commitdiff_plain;h=12a01e8f0104b18cca462ecf83682330142e50ff;p=minix.git poweroff(8) aesthetics --- diff --git a/commands/scripts/poweroff.sh b/commands/scripts/poweroff.sh index ccdf69952..ca82b5ce1 100644 --- a/commands/scripts/poweroff.sh +++ b/commands/scripts/poweroff.sh @@ -10,4 +10,6 @@ fi PATH=/usr/bin:$PATH +trap "" 15 + shutdown -x off