Bug 7522 - dhcpcd doesn't respect -R flag
Summary: dhcpcd doesn't respect -R flag
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: dhcpcd (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Dmitry V. Levin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-01 14:55 MSD by Sergey Bolshakov
Modified: 2005-11-14 21:05 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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