diff options
author | Bill Nottingham <notting@redhat.com> | 2003-05-23 16:29:02 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-05-23 16:29:02 +0000 |
commit | 66838972875fd0948bf05aacbba9fc3fc0cdec6d (patch) | |
tree | 28809eff424c5cc05221823e557e3d106447238e /rc.d/rc.local | |
parent | 10f36917084be052c62c7d61a2593204bf30d80d (diff) | |
download | initscripts-66838972875fd0948bf05aacbba9fc3fc0cdec6d.tar initscripts-66838972875fd0948bf05aacbba9fc3fc0cdec6d.tar.gz initscripts-66838972875fd0948bf05aacbba9fc3fc0cdec6d.tar.bz2 initscripts-66838972875fd0948bf05aacbba9fc3fc0cdec6d.tar.xz initscripts-66838972875fd0948bf05aacbba9fc3fc0cdec6d.zip |
hack so that rhgb exits in runlevel 3 too. we need to fix this properly.
Diffstat (limited to 'rc.d/rc.local')
-rwxr-xr-x | rc.d/rc.local | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rc.d/rc.local b/rc.d/rc.local index 0036e6c5..8ba00d76 100755 --- a/rc.d/rc.local +++ b/rc.d/rc.local @@ -5,3 +5,9 @@ # want to do the full Sys V style init stuff. touch /var/lock/subsys/local + +# temporary hack +if [ -x /usr/bin/rhgb-client ]; then + /usr/bin/rhgb-client -quit +fi +
\ No newline at end of file |