freebsd-dev/etc/rc.d/NETWORKING

13 lines
321 B
Plaintext
Raw Normal View History

#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: NETWORKING NETWORK
# REQUIRE: netif netoptions routing ppp ipfw stf faith
# REQUIRE: defaultroute routed mrouted route6d mroute6d resolv bridge
# REQUIRE: static_arp static_ndp
2002-10-12 13:49:21 +00:00
# This is a dummy dependency, for services which require networking
# to be operational before starting.