diff options
author | Bill Nottingham <notting@redhat.com> | 2011-09-01 16:42:54 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2011-09-01 16:42:54 -0400 |
commit | 4bf4bb047cd0e15852108bcc26d249531936f5b6 (patch) | |
tree | 47e2853a7e0925bbb07be3e6d1dfc2c34702c9ce /prefdm | |
parent | dd1f8bf0d98214d139fcf9ac23a4dddf50e92fbf (diff) | |
download | initscripts-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)
Diffstat (limited to 'prefdm')
-rwxr-xr-x | prefdm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |