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
|
2008-06-05 17:26:47 +00:00
|
|
|
# REQUIRE: defaultroute routed mrouted route6d mroute6d resolv
|
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.
|