X-Git-Url: https://git.madduck.net/code/molly-guard.git/blobdiff_plain/20d6c44f0a408def2ad9d4ce084666916d6b933a..99a389134d3257c43bf258007d5880a4885bdc77:/shutdown diff --git a/shutdown b/shutdown index c740201..8beaa50 100755 --- a/shutdown +++ b/shutdown @@ -15,7 +15,7 @@ CMD="${0##*/}" EXEC="/sbin/$CMD" case "$CMD" in - halt|reboot|shutdown) + halt|reboot|shutdown|poweroff) if [ ! -f $EXEC ]; then echo "E: $ME: not a regular file: $EXEC" >&2 exit 4