summaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-06-28 01:04:03 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-06-28 01:04:03 -0300
commit56858ebfd0d3eaf56be2a5ac5f9766acaf7067c7 (patch)
treee6901f7faae817f579acdc3861d81bdf39708576 /rc.shutdown
parentbd6b5d7f38b6cd98302162068bcb4162bf14c095 (diff)
parent9f365dbf216f3d7a504928fc64dcdb5941ad449b (diff)
Merge branch 'master' of git://projects.archlinux.org/initscripts2012.06.28
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown2
1 files changed, 1 insertions, 1 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