From c4892f6c6f50392921e9ac4f1b0aeb9faf6fe332 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 18 May 2010 19:47:49 +0200 Subject: off: Fix uinit invocation --- etc/functions/off | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/functions/off') 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 -- cgit v1.2.3