From 5ea20a309fb11e31a8077e2bcf307291f7410f36 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 17 Dec 2002 17:45:38 +0000 Subject: more rhgb tweaks have a loop for checking link state instead of a static 'sleep 5' --- prefdm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'prefdm') diff --git a/prefdm b/prefdm index 5ff5fd5c..fb55abec 100755 --- a/prefdm +++ b/prefdm @@ -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 -- cgit v1.2.1