diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2009-06-13 22:16:23 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-07-30 12:25:09 -0400 |
commit | 6d4f97d13af4366db5d8f44d684f5cdc716dbbe9 (patch) | |
tree | 4a12ee9b16d498e1a7b54cdeb6dfcf886f0e0aed /rc.d | |
parent | 525d516df94b7c044cd97de27b6924d188ed4048 (diff) | |
download | initscripts-6d4f97d13af4366db5d8f44d684f5cdc716dbbe9.tar initscripts-6d4f97d13af4366db5d8f44d684f5cdc716dbbe9.tar.gz initscripts-6d4f97d13af4366db5d8f44d684f5cdc716dbbe9.tar.bz2 initscripts-6d4f97d13af4366db5d8f44d684f5cdc716dbbe9.tar.xz initscripts-6d4f97d13af4366db5d8f44d684f5cdc716dbbe9.zip |
Nuke redundant declaration of action
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/halt | 11 |
1 files changed, 0 insertions, 11 deletions
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 |