diff options
author | Bill Nottingham <notting@redhat.com> | 2003-06-23 20:02:25 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-06-23 20:02:25 +0000 |
commit | 5ce7d531fe1c60cb52bafbdf67247b6306f3bc7a (patch) | |
tree | 992763911c47b91d1df39374e4648a5870e4357a /rc.d | |
parent | a305632d36836eec48f39fb29bd7977a228446cf (diff) | |
download | initscripts-5ce7d531fe1c60cb52bafbdf67247b6306f3bc7a.tar initscripts-5ce7d531fe1c60cb52bafbdf67247b6306f3bc7a.tar.gz initscripts-5ce7d531fe1c60cb52bafbdf67247b6306f3bc7a.tar.bz2 initscripts-5ce7d531fe1c60cb52bafbdf67247b6306f3bc7a.tar.xz initscripts-5ce7d531fe1c60cb52bafbdf67247b6306f3bc7a.zip |
revert
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.local | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rc.d/rc.local b/rc.d/rc.local index 8ba00d76..0036e6c5 100755 --- a/rc.d/rc.local +++ b/rc.d/rc.local @@ -5,9 +5,3 @@ # 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 |