halt action

This commit is contained in:
Jack L. Frost 2014-11-06 23:29:40 +03:00
parent 1c52234809
commit 362571f19a
1 changed files with 1 additions and 1 deletions

2
rc.in
View File

@ -154,7 +154,7 @@ rc.main() {
rc.boot
;;
poweroff|reboot|shutdown)
poweroff|reboot|shutdown|halt)
rc.shutdown
;;
esac