diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-30 17:29:28 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-30 17:30:06 +0100 |
commit | 00837517d0781291b1fddb02577cc5baed23df18 (patch) | |
tree | 9224e3b90ca04b387991782d29cfb94226862778 /etc/functions | |
parent | e1333497e11bb1a85b11f4a9827b6d7150e77495 (diff) |
off: uinit: Show progress
Diffstat (limited to 'etc/functions')
-rwxr-xr-x | etc/functions/off | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/off b/etc/functions/off index c57d3a2..9af768a 100755 --- a/etc/functions/off +++ b/etc/functions/off @@ -48,7 +48,7 @@ if pgrep -x amarokapp &> /dev/null; then execute dcop amarok MainApplication-Interface quit fi -execute uinit stop-all +execute uinit -o text stop-all for line in $(cat /etc/fstab); { if [[ $line == *[12] ]] { filesystems+=${${(s: :)line}[1]} |