2002-06-13 22:14:37 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
2009-09-12 22:13:41 +00:00
|
|
|
# REQUIRE: netif netoptions routing ppp ipfw stf faith
|
2011-09-20 00:37:35 +00:00
|
|
|
# REQUIRE: defaultroute routed mrouted route6d mroute6d resolv bridge
|
2011-10-23 09:08:42 +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.
|