From 66838972875fd0948bf05aacbba9fc3fc0cdec6d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 23 May 2003 16:29:02 +0000 Subject: hack so that rhgb exits in runlevel 3 too. we need to fix this properly. --- rc.d/rc.local | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rc.d') 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 -- cgit v1.2.1