Date: Sun, 25 Oct 2015 05:59:03 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r289919 - user/ngie/detangle-rc/etc/rc.d Message-ID: <201510250559.t9P5x3Yd021211@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510250559.t9P5x3Yd021211>