summaryrefslogtreecommitdiff
path: root/etc/functions
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-05-18 19:47:49 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-05-18 19:47:49 +0200
commitc4892f6c6f50392921e9ac4f1b0aeb9faf6fe332 (patch)
treefc2b8f50d78d869ca3f0a87524aef000e0978d68 /etc/functions
parent88f4714dd32128bf911d44edaf5b234ac8b936e6 (diff)
off: Fix uinit invocation
Diffstat (limited to 'etc/functions')
-rw-r--r--etc/functions/off2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/off b/etc/functions/off
index adf666f..7f1f2fd 100644
--- a/etc/functions/off
+++ b/etc/functions/off
@@ -49,7 +49,7 @@ if pgrep -x amarokapp &> /dev/null; then
execute dcop amarok MainApplication-Interface quit
fi
-execute uinit -o text stop-all
+execute uinit stop -a
while read filesystem garbage; do
if [[ ${garbage} == *[12] ]] && fgrep -q ${filesystem} /etc/mtab; then