aboutsummaryrefslogtreecommitdiffstats
path: root/prefdm
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2011-08-15 16:23:38 -0400
committerPetr Lautrbach <plautrba@redhat.com>2011-08-16 13:23:46 +0200
commitc8997ce656456d9ab336d143047c70be09cbfdec (patch)
tree314262702c25b9b96f8085f1917c412705c90354 /prefdm
parent3aebd8fbda1a7db5fc345474825e25de5b08f4e7 (diff)
downloadinitscripts-c8997ce656456d9ab336d143047c70be09cbfdec.tar
initscripts-c8997ce656456d9ab336d143047c70be09cbfdec.tar.gz
initscripts-c8997ce656456d9ab336d143047c70be09cbfdec.tar.bz2
initscripts-c8997ce656456d9ab336d143047c70be09cbfdec.tar.xz
initscripts-c8997ce656456d9ab336d143047c70be09cbfdec.zip
plymouth lives in /bin. (#702814)
Conflicts: rc.d/rc.sysinit
Diffstat (limited to 'prefdm')
-rwxr-xr-xprefdm2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefdm b/prefdm
index 45e67222..93e54324 100755
--- a/prefdm
+++ b/prefdm
@@ -29,7 +29,7 @@ else
fi
# shut down boot splash
-/usr/bin/plymouth quit $quit_arg
+/bin/plymouth quit $quit_arg
shopt -s execfail