Fix broken dependency with routed when MK_ROUTED != no

Remove routed as a requirement in NETWORKING, and put it in routed as a BEFORE
requirement instead

MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2016-05-15 05:45:54 +00:00
parent 904bea8330
commit 322c831d0c
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# PROVIDE: NETWORKING NETWORK
# REQUIRE: netif netwait netoptions routing ppp ipfw stf
# REQUIRE: defaultroute routed route6d resolv bridge
# REQUIRE: defaultroute route6d resolv bridge
# REQUIRE: static_arp static_ndp
# This is a dummy dependency, for services which require networking

View File

@ -5,6 +5,7 @@
# PROVIDE: routed
# REQUIRE: netif routing
# BEFORE: NETWORK
# KEYWORD: nojail
. /etc/rc.subr