diff options
author | Bill Nottingham <notting@redhat.com> | 2011-08-15 16:23:38 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2011-08-15 16:23:38 -0400 |
commit | 19ea300575c00132cf576ae0f8ef99f0c78f20d1 (patch) | |
tree | 3bba07388ef8b256ec3c704622cd7ce7b99590cf /systemd | |
parent | 4ee50f81e1f2f78af3298439ab8a9d9d96aa4d18 (diff) | |
download | initscripts-19ea300575c00132cf576ae0f8ef99f0c78f20d1.tar initscripts-19ea300575c00132cf576ae0f8ef99f0c78f20d1.tar.gz initscripts-19ea300575c00132cf576ae0f8ef99f0c78f20d1.tar.bz2 initscripts-19ea300575c00132cf576ae0f8ef99f0c78f20d1.tar.xz initscripts-19ea300575c00132cf576ae0f8ef99f0c78f20d1.zip |
plymouth lives in /bin. (#702814)
Diffstat (limited to 'systemd')
-rwxr-xr-x | systemd/fedora-autorelabel | 2 | ||||
-rwxr-xr-x | systemd/fedora-configure | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/systemd/fedora-autorelabel b/systemd/fedora-autorelabel index dad7a91f..70ece423 100755 --- a/systemd/fedora-autorelabel +++ b/systemd/fedora-autorelabel @@ -11,7 +11,7 @@ relabel_selinux() { AUTORELABEL= . /etc/selinux/config echo "0" > /selinux/enforce - [ -x /usr/bin/plymouth ] && plymouth --hide-splash + [ -x /bin/plymouth ] && plymouth --hide-splash if [ "$AUTORELABEL" = "0" ]; then echo diff --git a/systemd/fedora-configure b/systemd/fedora-configure index d1e4dbd3..43f17ca3 100755 --- a/systemd/fedora-configure +++ b/systemd/fedora-configure @@ -4,8 +4,8 @@ . /etc/init.d/functions -if [ -x /usr/bin/plymouth ]; then - /usr/bin/plymouth quit +if [ -x /bin/plymouth ]; then + /bin/plymouth quit fi if [ -x /usr/sbin/firstboot ]; then |