From owner-freebsd-questions@FreeBSD.ORG Fri Jul 25 10:50:07 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B277C37B401 for ; Fri, 25 Jul 2003 10:50:07 -0700 (PDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8ABC43FB1 for ; Fri, 25 Jul 2003 10:50:06 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (sccrmhc12) with ESMTP id <20030725175005012001sr9se>; Fri, 25 Jul 2003 17:50:05 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h6PHo5M1005978; Fri, 25 Jul 2003 13:50:05 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h6PHnv1s005972; Fri, 25 Jul 2003 13:49:57 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: Kenneth Culver References: <1059098593.630.13.camel@CPE-65-26-140-154.kc.rr.com> <1059104868.630.22.camel@CPE-65-26-140-154.kc.rr.com> <1059105815.630.29.camel@CPE-65-26-140-154.kc.rr.com> <20030725115914.G24957@alpha.yumyumyum.org> From: Lowell Gilbert Date: 25 Jul 2003 13:49:56 -0400 In-Reply-To: <20030725115914.G24957@alpha.yumyumyum.org> Message-ID: <44brvijy2j.fsf@be-well.ilk.org> Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Shawn cc: freebsd-questions@freebsd.org Subject: Re: Dynamic Hostname Assignment X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 17:50:08 -0000 Kenneth Culver writes: > Like I said before, you might want to look around in redhat's dhcp > scripts. If I understand correctly, dhclient calls a script that does the > actual ifconfig, etc... FreeBSD's probably doesn't use set the hostname > from the script, while redhat does. The standard dhclient-script sets the hostname. At least, it sure *looks* like it does... [line 97 of src/contrib/isc-dhcp/client/scripts/freebsd,v 1.9.2.6]