Bug 57927

Summary: ifup: DHCP_HOSTNAME erase DHCPCD_ARGS
Product: [Retired] Red Hat Raw Hide Reporter: Olivier Baudron <olivier.baudron>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-24 07:17:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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!