From owner-svn-src-user@freebsd.org Sun Oct 25 05:59:04 2015 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF9DF7580 for ; Sun, 25 Oct 2015 05:59:04 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A700D336; Sun, 25 Oct 2015 05:59:04 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9P5x3we021214; Sun, 25 Oct 2015 05:59:03 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9P5x3Yd021211; Sun, 25 Oct 2015 05:59:03 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201510250559.t9P5x3Yd021211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Garrett Cooper Date: Sun, 25 Oct 2015 05:59:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r289919 - user/ngie/detangle-rc/etc/rc.d X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2015 05:59:05 -0000 Author: ngie Date: Sun Oct 25 05:59:03 2015 New Revision: 289919 URL: https://svnweb.freebsd.org/changeset/base/289919 Log: Make hostid_save and netif REQUIRE hostid netif needs hostid to be generate first in the event that bridging is being setup via netif. The reason for hostid_save needing it is fairly straightforward PR: 195188 Modified: user/ngie/detangle-rc/etc/rc.d/hostid_save user/ngie/detangle-rc/etc/rc.d/netif Modified: user/ngie/detangle-rc/etc/rc.d/hostid_save ============================================================================== --- user/ngie/detangle-rc/etc/rc.d/hostid_save Sun Oct 25 05:56:22 2015 (r289918) +++ user/ngie/detangle-rc/etc/rc.d/hostid_save Sun Oct 25 05:59:03 2015 (r289919) @@ -4,7 +4,7 @@ # # PROVIDE: hostid_save -# REQUIRE: root +# REQUIRE: hostid root # KEYWORD: nojail . /etc/rc.subr Modified: user/ngie/detangle-rc/etc/rc.d/netif ============================================================================== --- user/ngie/detangle-rc/etc/rc.d/netif Sun Oct 25 05:56:22 2015 (r289918) +++ user/ngie/detangle-rc/etc/rc.d/netif Sun Oct 25 05:59:03 2015 (r289919) @@ -27,7 +27,7 @@ # PROVIDE: netif # REQUIRE: atm1 FILESYSTEMS iovctl serial sppp sysctl -# REQUIRE: ipfilter ipfs +# REQUIRE: hostid ipfilter ipfs # KEYWORD: nojailvnet . /etc/rc.subr