diff options
Diffstat (limited to 'abs/core-testing/runit/halt.script')
-rwxr-xr-x | abs/core-testing/runit/halt.script | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/abs/core-testing/runit/halt.script b/abs/core-testing/runit/halt.script deleted file mode 100755 index b49ed7c..0000000 --- a/abs/core-testing/runit/halt.script +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -. /etc/profile -INIT=`ps -p 1 -o comm=` -if [ x$1 = x-w ] -then - /sbin/halt-init -w - exit 0 -fi -chvt 1 -if [ x$INIT = xrunit ] -then - /sbin/halt-runit $@ -else - /sbin/halt-init $@ -fi - |