From owner-freebsd-rc@FreeBSD.ORG Sat May 30 21:55:06 2009 Return-Path: Delivered-To: freebsd-rc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 570641065674 for ; Sat, 30 May 2009 21:55:06 +0000 (UTC) (envelope-from dougb@dougbarton.us) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id E61008FC22 for ; Sat, 30 May 2009 21:55:05 +0000 (UTC) (envelope-from dougb@dougbarton.us) Received: (qmail 23904 invoked by uid 399); 30 May 2009 21:28:23 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 30 May 2009 21:28:23 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4A21A4F6.5060709@dougbarton.us> Date: Sat, 30 May 2009 14:28:22 -0700 From: Doug Barton User-Agent: Thunderbird 2.0.0.21 (X11/20090423) MIME-Version: 1.0 To: freebsd-rc@freebsd.org, Brooks Davis X-Enigmail-Version: 0.95.7 OpenPGP: id=D5B2F0FB Content-Type: multipart/mixed; boundary="------------050308060703050404090808" Cc: Subject: Removal of deprecation for network_interfaces != AUTO X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2009 21:55:06 -0000 This is a multi-part message in MIME format. --------------050308060703050404090808 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Without objection I plan to commit the attached patch before the code slush, and to MFC the change. I've never seen the rationale for this, and I use a value other than AUTO personally for a script I have that tests to see if the wired interface is up and starts the wireless if not. I've also seen other users ask about this from time to time, so I'm sure I'm not alone. Doug --------------050308060703050404090808 Content-Type: text/plain; name="network.subr-diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="network.subr-diff" Index: network.subr =================================================================== --- network.subr (revision 193111) +++ network.subr (working copy) @@ -726,10 +726,6 @@ _tmplist="${_lo}${_tmplist}" ;; *) - if [ -z "$type" ]; then - warn "Values of network_interfaces other than" \ - "AUTO are deprecated" - fi _tmplist="${network_interfaces} ${cloned_interfaces}" ;; esac --------------050308060703050404090808--