Bug 90091 - /etc/rc calls /usr/bin/rhgb-client which does not exist
Summary: /etc/rc calls /usr/bin/rhgb-client which does not exist
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: initscripts
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
: 90196 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-05-02 12:08 UTC by Kaj J. Niemi
Modified: 2014-03-17 02:36 UTC (History)
2 users (show)

Fixed In Version: 7.20-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-05-05 16:16:02 UTC
Embargoed:


Attachments (Terms of Use)

Description Kaj J. Niemi 2003-05-02 12:08:36 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030303

Description of problem:
initscripts-7.18-1 provided /etc/rc calls on line 81 /usr/bin/rhgb-client which
does not exist by default nor does initscripts require a package providing
rhgb-client.



Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. install initscripts
2.
3.


Actual Results:  A lot of errors about a missing file on line 81 in /etc/rc on
startup/shutdown.

Expected Results:  No errors. ;-)

Additional info:

Fix /etc/rc line 81 to:

[ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --update "$subsys"

or have initscripts require the real package providing rhgb-client.

Comment 1 Bill Nottingham 2003-05-02 15:02:23 UTC
A bad patch got applied, fixed differently in CVS, will be in 7.19-1.

Comment 2 Need Real Name 2003-05-04 12:05:50 UTC
apparently it was missed for 7.19-1, because the error messages are still there
after upgrading

Comment 3 Bill Nottingham 2003-05-05 16:15:04 UTC
Odd, will be fixed in 4.20-1.

Comment 4 Bill Nottingham 2003-05-05 16:18:18 UTC
*** Bug 90196 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.