2002-06-13 22:14:37 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
2008-05-26 10:40:09 +00:00
|
|
|
# REQUIRE: netif netoptions routing network_ipv6 ppp
|
2007-06-02 05:25:19 +00:00
|
|
|
# REQUIRE: 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.
|