summaryrefslogtreecommitdiffstats
path: root/prefdm
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-05-25 21:48:21 +0000
committerBill Nottingham <notting@redhat.com>2006-05-25 21:48:21 +0000
commit36136cc271c87a2292b28106fe75a82fdd9b803f (patch)
tree5e7576a5379324cbea04f77f5e316d89d1621fb2 /prefdm
parent56a9fc5d1ba1fffe588d1576a760d6d96a7f14ea (diff)
downloadinitscripts-36136cc271c87a2292b28106fe75a82fdd9b803f.tar.gz
initscripts-36136cc271c87a2292b28106fe75a82fdd9b803f.tar.xz
initscripts-36136cc271c87a2292b28106fe75a82fdd9b803f.zip
use the right option (#193177, <david@lovesunix.net>)
Diffstat (limited to 'prefdm')
-rwxr-xr-xprefdm2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefdm b/prefdm
index 761dd896..27f7c074 100755
--- a/prefdm
+++ b/prefdm
@@ -4,7 +4,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
# shut down any graphical boot that might exist
if [ -x /usr/bin/rhgb-client ]; then
- /usr/bin/rhgb-client -quit
+ /usr/bin/rhgb-client --quit
fi
# We need to source this so that the login screens get translated