Regression in dhclient?

2009-10-19 Thread Kevin Oberman
I just noticed that my dhclient.conf file seems to be ignored in 8.0. Worked fine in 7.2. interface ath0 { send host-name slan.XXX.YYY; prepend domain-name XXX.YYY ; append domain-name-servers 198.128.W.ZZ; } When I look at /etc/resolv.conf, neither the domain-name is added nor te

Re: Regression in dhclient?

2009-10-19 Thread Kevin Oberman
Date: Mon, 19 Oct 2009 19:49:33 + From: Tom Judge t...@tomjudge.com Kevin Oberman wrote: I just noticed that my dhclient.conf file seems to be ignored in 8.0. Worked fine in 7.2. interface ath0 { send host-name slan.XXX.YYY; prepend domain-name XXX.YYY ; append

Re: Regression in dhclient?

2009-10-19 Thread Tom Judge
Kevin Oberman wrote: I just noticed that my dhclient.conf file seems to be ignored in 8.0. Worked fine in 7.2. interface ath0 { send host-name slan.XXX.YYY; prepend domain-name XXX.YYY ; append domain-name-servers 198.128.W.ZZ; } Your interface is wrong, it should be wlanX not athX