From 32a67cdc01639a2080c93f2a0d71859f196b6c7d Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 13 Jun 2012 03:47:31 +0000 Subject: Remove trailing colon from output Signed-off-by: Allan McRae [tomegun: do the same for startup too] Signed-off-by: Tom Gundersen --- rc.shutdown | 2 +- rc.sysinit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.shutdown b/rc.shutdown index c708b92..d10b2da 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -55,7 +55,7 @@ run_hook shutdown_postumount # Kill non-root encrypted partition mappings if [[ -f /etc/crypttab ]] && type -p cryptsetup >/dev/null; then - stat_busy "Deactivating encrypted volumes:" + stat_busy "Deactivating encrypted volumes" # Maybe someone has LVM on an encrypted block device # executing an extra vgchange is errorless [[ $USELVM = [Yy][Ee][Ss] ]] && vgchange --sysinit -a n &>/dev/null diff --git a/rc.sysinit b/rc.sysinit index a0bbaa6..b2ee6c3 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -90,7 +90,7 @@ activate_vgs # Set up non-root encrypted partition mappings if [[ -f /etc/crypttab ]] && type -p cryptsetup >/dev/null; then - stat_busy "Unlocking encrypted volumes:" + stat_busy "Unlocking encrypted volumes" crypto_unlocked=0 read_crypttab do_unlock && stat_done || stat_fail # Maybe someone has LVM on an encrypted block device -- cgit v1.2.3