Bug 57927 - ifup: DHCP_HOSTNAME erase DHCPCD_ARGS
Summary: ifup: DHCP_HOSTNAME erase DHCPCD_ARGS
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: initscripts
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
: 58704 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-02 09:35 UTC by Olivier Baudron
Modified: 2014-03-17 02:24 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-01-24 07:17:06 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2002:022 0 normal SHIPPED_LIVE New initscripts packages available for Red Hat Linux 7.2 2002-02-06 05:00:00 UTC

Description Olivier Baudron 2002-01-02 09:35:26 UTC
--- /sbin/ifup  Wed Sep 26 22:15:52 2001
+++ /sbin/ifup  Wed Jan  2 10:32:12 2002
@@ -148,8 +148,8 @@
     PUMPARGS=$PUMPARGS
     DHCPCDARGS="$DHCPCDARGS -n"
     if [ -n "${DHCP_HOSTNAME}" ]; then
-       PUMPARGS="-h ${DHCP_HOSTNAME}"
-       DHCPCDARGS="-h ${DHCP_HOSTNAME}"
+       PUMPARGS="${PUMPARGS} -h ${DHCP_HOSTNAME}"
+       DHCPCDARGS="${DHCPCDARGS} -h ${DHCP_HOSTNAME}"
     fi
     if [ -n "${NEEDHOSTNAME}" ]; then
        PUMPARGS="${PUMPARGS} --lookup-hostname"

Comment 1 Bill Nottingham 2002-01-24 07:16:30 UTC
*** Bug 58704 has been marked as a duplicate of this bug. ***

Comment 2 Bill Nottingham 2002-01-25 06:47:43 UTC
This will be fixed in 6.51-1 - thanks!


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