freebsd-skq/etc/rc.d/NETWORKING
ngie 4fed92adc4 MFC r299843:
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
2016-06-08 13:34:52 +00:00

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.