On Sat, Jul 26, 2008 at 12:30:35PM -0500, Nate Carlson wrote: > Package: dhcp3-client > Version: 3.1.1-3 > Severity: important > > I have the following in my dhclient.conf: > > supersede domain-name "int.technicality.org"; > supersede domain-search "msp.technicality.org technicality.org > int.technicality.org"; > > In previous versions of dhcp3-client, it would work properly, ie, > resolv.conf would contain: > > domain int.technicality.org > search int.technicality.org msp.technicality.org technicality.org > int.technicality.org > > however, in the current version, I end up with: > > domain int.technicality.org > search int.technicality.org > msp.technicality.org\032technicality.org\032int.technicality.org > > This means that only the first specificed search item will work. ;(
This is because you need to do it like this: supersede domain-search "msp.technicality.org", "technicality.org", "int.technicality.org"; regards Andrew
signature.asc
Description: Digital signature

