From c722b0ee95746aa9289efd40bbdd23a87d1e5dee Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 13 May 2008 12:22:55 -0400 Subject: Remove rhgb support. --- prefdm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'prefdm') diff --git a/prefdm b/prefdm index 3baa6933..d014f747 100755 --- a/prefdm +++ b/prefdm @@ -2,11 +2,6 @@ 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