From 6d4f97d13af4366db5d8f44d684f5cdc716dbbe9 Mon Sep 17 00:00:00 2001 From: Victor Lowther Date: Sat, 13 Jun 2009 22:16:23 -0500 Subject: Nuke redundant declaration of action --- rc.d/init.d/halt | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'rc.d') diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index 97accb9e..01e64bf3 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -14,17 +14,6 @@ NOLOCALE=1 UMOUNT="umount" [ ! -w /etc ] && UMOUNT="umount -n" -action() { - echo -n "$1 " - shift - if [ "$BOOTUP" = "color" ]; then - "$@" && echo_success || echo_failure - else - "$@" - fi - echo -} - halt_crypto() { fnval=0 while read dst src key; do -- cgit v1.2.1