From owner-freebsd-current@FreeBSD.ORG Thu Feb 26 09:22:58 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05D96E37 for ; Thu, 26 Feb 2015 09:22:58 +0000 (UTC) Received: from mail-yk0-f177.google.com (mail-yk0-f177.google.com [209.85.160.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5CC064F for ; Thu, 26 Feb 2015 09:22:57 +0000 (UTC) Received: by ykp9 with SMTP id 9so3513534ykp.5 for ; Thu, 26 Feb 2015 01:22:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ye8b5/U1PkV7JGTkYfjkA+W3vQUec68pV1NJKhpgFnU=; b=DH09ngpafCaU0oG89ylchiM44WXQrLiNK+AivKJ2pO6ziRTGPwMcfOneL3DJvvcnQW Wq9t1Hb8Yduy4Qx4UeOFMbe8Ybkc22xIbhXAF9Y6jvtZTf8bICOrz6aX+jE7doPgbIsT xP2FO3HAiwmVVGKrjTyu1kGcgORCoiCEFp3JQTUFW7Bm/J2fxZv7HQkBAJ2EmaegwZH+ 0u8xU0pT50Ia5NMHtYac2YyjjrhG+pgD4OxokUYV2WlegvgiafWpVeS71LJav2HSfYjW ohPZZPNoVyLXH2+CYpchd0QWCTKGNEJCxNz0Y805pmJyxREV04LQ8wltlqiaBgZqZqyf 8xzQ== X-Gm-Message-State: ALoCoQktTBhSWsI5td/rgbycWBN5yHCfSrGmOwMf+MRPGEOKijX2/V4/eJAzGKFhakN9Kx7pwrmd MIME-Version: 1.0 X-Received: by 10.170.143.2 with SMTP id k2mr6488727ykc.61.1424940961089; Thu, 26 Feb 2015 00:56:01 -0800 (PST) Received: by 10.170.56.134 with HTTP; Thu, 26 Feb 2015 00:56:01 -0800 (PST) In-Reply-To: <2035871.YPhCQEXjlG@ralph.baldwin.cx> References: <54CF6BBF.9050906@FreeBSD.org> <2035871.YPhCQEXjlG@ralph.baldwin.cx> Date: Thu, 26 Feb 2015 09:56:01 +0100 Message-ID: Subject: Re: [RFC] load network config file from netif init script From: Oliver Pinter To: John Baldwin Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD-Current , =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= 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: Thu, 26 Feb 2015 09:22:58 -0000 On Wed, Feb 25, 2015 at 9:34 PM, John Baldwin wrote: > On Monday, February 02, 2015 12:21:19 PM Roger Pau Monn=C3=A9 wrote: >> Hello, >> >> r272959 broke compatibility with mfsBSD that stores the default network >> config file in /etc/rc.conf.d/network. In order to fix that load the >> network config file from netif also. >> >> 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 whether >> this is the right approach or not. >> >> Thanks, Roger. > > If you are still looking for review, you can try freebsd-rc@ perhaps? This patch was already committed to CURRENT. > > -- > John Baldwin > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= "