aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2011-09-01 16:42:54 -0400
committerBill Nottingham <notting@redhat.com>2011-09-01 16:42:54 -0400
commit4bf4bb047cd0e15852108bcc26d249531936f5b6 (patch)
tree47e2853a7e0925bbb07be3e6d1dfc2c34702c9ce
parentdd1f8bf0d98214d139fcf9ac23a4dddf50e92fbf (diff)
downloadinitscripts-4bf4bb047cd0e15852108bcc26d249531936f5b6.tar
initscripts-4bf4bb047cd0e15852108bcc26d249531936f5b6.tar.gz
initscripts-4bf4bb047cd0e15852108bcc26d249531936f5b6.tar.bz2
initscripts-4bf4bb047cd0e15852108bcc26d249531936f5b6.tar.xz
initscripts-4bf4bb047cd0e15852108bcc26d249531936f5b6.zip
If exec() of all DMs fails, call 'plymouth quit'. (#735215)
-rwxr-xr-xprefdm1
1 files changed, 1 insertions, 0 deletions
diff --git a/prefdm b/prefdm
index bab1b065..425d0ffe 100755
--- a/prefdm
+++ b/prefdm
@@ -47,4 +47,5 @@ for pkg in $(rpm -q --qf "%{NAME}\n" --whatprovides "service(graphical-login)"|
done
# catch all exit error
+plymouth quit
exit 1