]> git.madduck.net Git - code/molly-guard.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

* Now also protects the poweroff command (closes: #401042). 0.2.2
authormadduck <madduck@19660600-52fe-0310-9875-adc0d7a7b53c>
Tue, 12 Dec 2006 11:57:05 +0000 (11:57 +0000)
committermadduck <madduck@19660600-52fe-0310-9875-adc0d7a7b53c>
Tue, 12 Dec 2006 11:57:05 +0000 (11:57 +0000)
shutdown

index c7402018cd0effaa1012cb431d1cfa808d82b9ec..8beaa50558358eb6e7a5e021399fde0ff8309a7c 100755 (executable)
--- 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