[arch-projects] [initscripts][PATCH] Remove trailing colon from output

Allan McRae allan at archlinux.org
Tue Jun 12 23:47:31 EDT 2012


Signed-off-by: Allan McRae <allan at archlinux.org>
---
 rc.shutdown |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc.shutdown b/rc.shutdown
index f8d870d..fdc1b9a 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
 		is_true $USELVM && vgchange --sysinit -a n &>/dev/null
-- 
1.7.10.4



More information about the arch-projects mailing list