aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-11-03 11:30:18 -0400
committerBill Nottingham <notting@redhat.com>2010-11-03 11:30:18 -0400
commit4249af37f490c5ab40b8609929e29ff5509cab9c (patch)
tree474cd603c0416cba47819d24dfb71e63f9995029 /systemd
parent71a9e5bb7261d79eba83b082151b2a48af42c735 (diff)
downloadinitscripts-4249af37f490c5ab40b8609929e29ff5509cab9c.tar
initscripts-4249af37f490c5ab40b8609929e29ff5509cab9c.tar.gz
initscripts-4249af37f490c5ab40b8609929e29ff5509cab9c.tar.bz2
initscripts-4249af37f490c5ab40b8609929e29ff5509cab9c.tar.xz
initscripts-4249af37f490c5ab40b8609929e29ff5509cab9c.zip
Don't use rhgb-client; it's long since deprecated.
Diffstat (limited to 'systemd')
-rwxr-xr-xsystemd/fedora-configure4
1 files changed, 2 insertions, 2 deletions
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