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:
parent
904bea8330
commit
322c831d0c
@ -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
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
# PROVIDE: routed
|
||||
# REQUIRE: netif routing
|
||||
# BEFORE: NETWORK
|
||||
# KEYWORD: nojail
|
||||
|
||||
. /etc/rc.subr
|
||||
|
Loading…
Reference in New Issue
Block a user