Bug 7522

Summary: dhcpcd doesn't respect -R flag
Product: Sisyphus Reporter: Sergey Bolshakov <sbolshakov>
Component: dhcpcdAssignee: Dmitry V. Levin <ldv>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: mike, sem
Version: unstable   
Hardware: all   
OS: Linux   

Description Sergey Bolshakov 2005-08-01 14:55:56 MSD
when started with -R flag, dhcpcd replaces /etc/resolv.conf contents

$ rpm -q dhcpcd etcnet
dhcpcd-1.3.22pl4-alt3
etcnet-0.7.9-alt1

appropriate iface options:
MODULE=r8169
TYPE=eth
LINKDETECT=yes
BOOTPROTO=dhcp
DHCP_ARGS=-R


Actual Results:  
fills /etc/resolv.conf with data from dhcp server

Expected Results:  
leave /etc/resolv.conf untouched
Comment 1 Sergey Bolshakov 2005-08-02 15:09:35 MSD
oops, seems my fault