From 5a34a28455350aedcbf47d255baf80fde39c79b5 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 19 Jun 2008 11:14:17 -0400 Subject: Revert "Remove rhgb support." This reverts commit c722b0ee95746aa9289efd40bbdd23a87d1e5dee. --- prefdm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'prefdm') diff --git a/prefdm b/prefdm index d014f747..3baa6933 100755 --- a/prefdm +++ b/prefdm @@ -2,6 +2,11 @@ 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 +fi + # We need to source this so that the login screens get translated [ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n -- cgit v1.2.1