aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2004-05-18 23:40:53 +0000
committerJudd Vinet <judd@archlinux.org>2004-05-18 23:40:53 +0000
commit446e095bdfb1d4d9c31f729d4169aa4a9f44797f (patch)
tree5f397dce0fb76fe9465997d62be812b9bb63c8c3 /rc.shutdown
parente555d5efc43f7e8597dd90482e145f6d1936faf8 (diff)
downloadinitscripts-446e095bdfb1d4d9c31f729d4169aa4a9f44797f.tar.xz
added better LVM handling
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 655dc14..d266ddc 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -85,7 +85,7 @@ if [ "$RUNLEVEL" = "0" ]; then
/sbin/poweroff -d -f -h -i
else
printsep
- printhl "${C_H2}REBOOTING.."
+ printhl "${C_H2}REBOOTING"
/sbin/reboot -d -f -i
fi