2002-06-13 22:14:37 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# $NetBSD: NETWORKING,v 1.2 2002/03/22 04:33:57 thorpej Exp $
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
2007-04-09 10:09:40 +00:00
|
|
|
# REQUIRE: netif netoptions routing network_ipv6 isdnd ppp
|
2003-01-25 23:14:08 +00:00
|
|
|
# REQUIRE: routed mrouted route6d mroute6d
|
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.
|