2002-06-13 22:14:37 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
2014-11-09 21:33:01 +00:00
|
|
|
# REQUIRE: netif netoptions routing ppp ipfw stf
|
2014-11-30 06:03:59 +00:00
|
|
|
# REQUIRE: defaultroute routed route6d mroute6d resolv bridge
|
2015-02-13 20:49:43 +00:00
|
|
|
# REQUIRE: static_arp static_ndp
|
2002-06-13 22:14:37 +00:00
|
|
|
|
2002-10-12 13:49:21 +00:00
|
|
|
# This is a dummy dependency, for services which require networking
|
2002-06-13 22:14:37 +00:00
|
|
|
# to be operational before starting.
|