diff options
author | Bill Nottingham <notting@redhat.com> | 2006-05-25 21:48:21 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-05-25 21:48:21 +0000 |
commit | 36136cc271c87a2292b28106fe75a82fdd9b803f (patch) | |
tree | 5e7576a5379324cbea04f77f5e316d89d1621fb2 | |
parent | 56a9fc5d1ba1fffe588d1576a760d6d96a7f14ea (diff) | |
download | initscripts-36136cc271c87a2292b28106fe75a82fdd9b803f.tar initscripts-36136cc271c87a2292b28106fe75a82fdd9b803f.tar.gz initscripts-36136cc271c87a2292b28106fe75a82fdd9b803f.tar.bz2 initscripts-36136cc271c87a2292b28106fe75a82fdd9b803f.tar.xz initscripts-36136cc271c87a2292b28106fe75a82fdd9b803f.zip |
use the right option (#193177, <david@lovesunix.net>)
-rwxr-xr-x | prefdm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |