Bug 238036 - dhclient-script: invalid paths in manpage
Summary: dhclient-script: invalid paths in manpage
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: dhcp
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: David Cantrell
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-04-26 16:37 UTC by Tomas Hoger
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-04-26 19:03:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
dhclient-script manpage *-hooks files path fix (838 bytes, patch)
2007-04-26 16:37 UTC, Tomas Hoger
no flags Details | Diff

Description Tomas Hoger 2007-04-26 16:37:36 UTC
Description of problem:

Man page dhclient-script.8 list incorrect path to per-interface up/down hook
scripts.  Man page says:

/etc/dhclient-up-${IF}-hooks
/etc/dhclient-down-${IF}-hooks

While script uses:

    if [ -x /etc/dhclient-${interface}-up-hooks ]; then
    . /etc/dhclient-${interface}-up-hooks;

and 

    if [ -x /etc/dhclient-${interface}-down-hooks ]; then
    . /etc/dhclient-${interface}-down-hooks;


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

dhclient-3.0.5-4.fc6
dhclient-3.0.5-32.fc7

Additional info:

See attached patch.

Comment 1 Tomas Hoger 2007-04-26 16:37:36 UTC
Created attachment 153529 [details]
dhclient-script manpage *-hooks files path fix

Comment 2 David Cantrell 2007-04-26 19:03:09 UTC
I've reassigned this as a rawhide bug since I don't think it's critical enough
for an FC-6 update.  Fixed in rawhide in dhcp-3.0.5-34.

Comment 3 Tomas Hoger 2007-04-27 06:52:42 UTC
Thanks David!  I have no problem with not having it in FC6, just wanted to make
sure it will get fixed.


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