From 4249af37f490c5ab40b8609929e29ff5509cab9c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 3 Nov 2010 11:30:18 -0400 Subject: Don't use rhgb-client; it's long since deprecated. --- systemd/fedora-configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systemd') diff --git a/systemd/fedora-configure b/systemd/fedora-configure index 63e6e4c7..e6779fed 100755 --- a/systemd/fedora-configure +++ b/systemd/fedora-configure @@ -4,8 +4,8 @@ . /etc/init.d/functions -if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then - /usr/bin/rhgb-client --quit +if [ -x /usr/bin/plymouth ]; then + /usr/bin/plymouth quit fi if [ -x /usr/sbin/firstboot ]; then -- cgit v1.2.1