From owner-freebsd-stable@FreeBSD.ORG Mon Oct 19 20:07:45 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71631106566B for ; Mon, 19 Oct 2009 20:07:45 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from tomjudge.vm.bytemark.co.uk (tomjudge.vm.bytemark.co.uk [80.68.91.100]) by mx1.freebsd.org (Postfix) with ESMTP id 33C898FC14 for ; Mon, 19 Oct 2009 20:07:45 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by tomjudge.vm.bytemark.co.uk (Postfix) with ESMTP id D92FF48A38; Mon, 19 Oct 2009 20:50:23 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at tomjudge.vm.bytemark.co.uk Received: from tomjudge.vm.bytemark.co.uk ([127.0.0.1]) by localhost (tomjudge.vm.bytemark.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QjOXA1EzEEo1; Mon, 19 Oct 2009 20:50:17 +0100 (BST) Received: from rita.nodomain (unknown [192.168.205.6]) by tomjudge.vm.bytemark.co.uk (Postfix) with ESMTP id E899748A31; Mon, 19 Oct 2009 20:50:16 +0100 (BST) Message-ID: <4ADCC2CD.5000904@tomjudge.com> Date: Mon, 19 Oct 2009 19:49:33 +0000 From: Tom Judge User-Agent: Thunderbird 2.0.0.23 (X11/20090822) MIME-Version: 1.0 To: Kevin Oberman References: <20091019193744.E84031CC37@ptavv.es.net> In-Reply-To: <20091019193744.E84031CC37@ptavv.es.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: Regression in dhclient? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2009 20:07:45 -0000 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 > When I look at /etc/resolv.conf, neither the domain-name is added nor te > dns-server. No errors or anything else in the logs. > > Anyone else see this or do I have a local problem? > Tom