diff options
author | Bill Nottingham <notting@redhat.com> | 2006-09-27 19:12:02 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-09-27 19:12:02 +0000 |
commit | b3d12d60e2ef7e1795b8b1177c1d28208bc06acd (patch) | |
tree | 063fab238b2eb361f184a47a85d67615aef10434 /rc.d/init.d | |
parent | 89cf9bae865d62ac56db238b50e6c51a3ac601d2 (diff) | |
download | initscripts-b3d12d60e2ef7e1795b8b1177c1d28208bc06acd.tar initscripts-b3d12d60e2ef7e1795b8b1177c1d28208bc06acd.tar.gz initscripts-b3d12d60e2ef7e1795b8b1177c1d28208bc06acd.tar.bz2 initscripts-b3d12d60e2ef7e1795b8b1177c1d28208bc06acd.tar.xz initscripts-b3d12d60e2ef7e1795b8b1177c1d28208bc06acd.zip |
don't write to gdmfifo
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-x | rc.d/init.d/functions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index 9c373207..4c4fdd97 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -472,7 +472,6 @@ failure() { #fi [ "$BOOTUP" != "verbose" -a -z "${LSB:-}" ] && echo_failure [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --details=yes - [ -w /var/gdm/.gdmfifo ] && echo "BOOTUP_ERRORS" > /var/gdm/.gdmfifo & return $rc } |