summaryrefslogtreecommitdiffstats
path: root/prefdm
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-05-13 12:22:55 -0400
committerBill Nottingham <notting@redhat.com>2008-05-13 12:22:55 -0400
commitc722b0ee95746aa9289efd40bbdd23a87d1e5dee (patch)
tree41f58a4cb626f15731bf401ac1ae956337bd5c49 /prefdm
parent73a91036b96450f976c5e45d3478d4b6f905c79a (diff)
downloadinitscripts-c722b0ee95746aa9289efd40bbdd23a87d1e5dee.tar.gz
initscripts-c722b0ee95746aa9289efd40bbdd23a87d1e5dee.tar.xz
initscripts-c722b0ee95746aa9289efd40bbdd23a87d1e5dee.zip
Remove rhgb support.
Diffstat (limited to 'prefdm')
-rwxr-xr-xprefdm5
1 files changed, 0 insertions, 5 deletions
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