From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 21:50:12 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A33579A; Wed, 25 Feb 2015 21:50:12 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6032BE2B; Wed, 25 Feb 2015 21:50:12 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-54-116-245.nwrknj.fios.verizon.net [173.54.116.245]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 5269AB9A5; Wed, 25 Feb 2015 16:50:11 -0500 (EST) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: [RFC] load network config file from netif init script Date: Wed, 25 Feb 2015 15:34:43 -0500 Message-ID: <2035871.YPhCQEXjlG@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <54CF6BBF.9050906@FreeBSD.org> References: <54CF6BBF.9050906@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 25 Feb 2015 16:50:11 -0500 (EST) Cc: Roger Pau =?ISO-8859-1?Q?Monn=E9?= X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 25 Feb 2015 21:50:12 -0000 On Monday, February 02, 2015 12:21:19 PM Roger Pau Monn=E9 wrote: > Hello, >=20 > r272959 broke compatibility with mfsBSD that stores the default netwo= rk > config file in /etc/rc.conf.d/network. In order to fix that load the > network config file from netif also. >=20 > I'm attaching a patch to restore previous functionality, but since I'= m > not an expert on rc.d init scripts I would like some feedback on whet= her > this is the right approach or not. >=20 > Thanks, Roger. If you are still looking for review, you can try freebsd-rc@ perhaps? --=20 John Baldwin