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.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.sysinit') 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