From owner-freebsd-current@FreeBSD.ORG Thu Jun 16 07:02:10 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AB0316A41C for ; Thu, 16 Jun 2005 07:02:10 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-66.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0306D43D48 for ; Thu, 16 Jun 2005 07:02:09 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j5G701RQ033845; Thu, 16 Jun 2005 01:00:06 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 16 Jun 2005 01:01:12 -0600 (MDT) Message-Id: <20050616.010112.69931740.imp@bsdimp.com> To: doconnor@gsoft.com.au From: "M. Warner Losh" In-Reply-To: <200506161500.58150.doconnor@gsoft.com.au> References: <001501c5720b$aceb84d0$0b2a15ac@SMILEY> <20050615.212659.86621150.imp@bsdimp.com> <200506161500.58150.doconnor@gsoft.com.au> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: vova@fbsd.ru, freebsd-current@FreeBSD.org, matt@gsicomp.on.ca, dmp@bitfreak.org Subject: Re: HEADSUP: OpenBSD dhclient incoming X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2005 07:02:10 -0000 In message: <200506161500.58150.doconnor@gsoft.com.au> "Daniel O'Connor" writes: : On Thu, 16 Jun 2005 12:56, M. Warner Losh wrote: : > : 1: It creates a synchronization issue between it and the ifconfig_* : > : lines and duplicates functionality. IIRC, rc.conf being out of sync in : > : this way has tripped up users in the past. : > : > This can be good. I have ifconfig_fxp1 lines in my rc scripts for : > when I setup temprary networks as a reminder to what to use. I : > specifically set network_interfaces to exclude them from being run. : : Surely you could just comment them out.. I could. But I'm lazy. :-) Warner