4fed92adc4
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
13 lines
322 B
Bash
Executable File
13 lines
322 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
|
# REQUIRE: netif netwait netoptions routing ppp ipfw stf faith
|
|
# REQUIRE: defaultroute mrouted route6d mroute6d resolv bridge
|
|
# REQUIRE: static_arp static_ndp
|
|
|
|
# This is a dummy dependency, for services which require networking
|
|
# to be operational before starting.
|