diff options
author | Bill Nottingham <notting@redhat.com> | 2002-12-17 17:45:38 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-12-17 17:45:38 +0000 |
commit | 5ea20a309fb11e31a8077e2bcf307291f7410f36 (patch) | |
tree | 7666955e79b862be524543ca6d107132bdc390d6 /prefdm | |
parent | e6a4cb14e744f6f0170d1339974d7d581ee4351f (diff) | |
download | initscripts-5ea20a309fb11e31a8077e2bcf307291f7410f36.tar initscripts-5ea20a309fb11e31a8077e2bcf307291f7410f36.tar.gz initscripts-5ea20a309fb11e31a8077e2bcf307291f7410f36.tar.bz2 initscripts-5ea20a309fb11e31a8077e2bcf307291f7410f36.tar.xz initscripts-5ea20a309fb11e31a8077e2bcf307291f7410f36.zip |
more rhgb tweaks
have a loop for checking link state instead of a static 'sleep 5'
Diffstat (limited to 'prefdm')
-rwxr-xr-x | prefdm | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin + +# shut down any graphical boot that might exist +if [ -x /usr/bin/rhgb-client ]; then + /usr/bin/rhgb-client -quit +fi + # We need to source this so that the login screens get translated [ -f /etc/profile.d/lang.sh ] && . /etc/profile.d/lang.sh |