aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/init.d/halt11
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