1 --- runit-shutdown-0.2/src/halt.sh.orig 2006-04-09 01:53:16.000000000 +0200
2 +++ runit-shutdown-0.2/src/halt.sh 2006-04-09 01:55:07.000000000 +0200
7 - echo "forced $PROG not implemented, ignored."
8 + if [ "$PROG" == 'reboot' ]; then
9 + exec /command/forced_reboot
11 + exec /command/forced_poweroff
13 elif [ "$wtmp" ]; then
14 echo "wtmp record-only for $PROG not implemented, skiped."