On Mon, 2006-02-20 at 15:33 -0500, Steven W. Orr wrote: > Ok. I'm so close to what I want I can almost taste it. > > I'm on a cablemodem via RCN. They write my resolv.conf file with > > search cable.rcn.com > > because of dhcp/dhclient. > > I want to change something so that when the resolv.conf file is written by > RCN, I end up with > > search syslang.net > > instead. Anyone know how to do this? Looking through /sbin/dhclient-script, I suspect that adding: SEARCH=syslang.net to /etc/sysconfig/network may have the desired effect. Paul.