how to stop dhcp from changing resolv.conf?

Nicolas ROBAUX yellowdog-general@lists.terrasoftsolutions.com
Mon Aug 5 10:22:01 2002


Le lun 05/08/2002 =E0 18:04, jl@excite.com a =E9crit :
>=20
>=20
> resolv.conf settings.  Is there anyway to stop dhcp from changing my=20
> resolve.conf setting?  The resolve.conf setting I want to use will work=20

man dhcpcd gives the trick :
dhcpcd -R prevent the dhcp client daemon to overwrite an existing
/etc/resolv.conf

So just the -R option in the script wich launch dhcpcd.

N.