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
|
2003-06-29 05:15:57 +00:00
|
|
|
# REQUIRE: network dhclient altqd netif routing network_ipv6 isdnd ppp-user
|
2003-01-25 23:14:08 +00:00
|
|
|
# REQUIRE: routed mrouted route6d mroute6d
|
2002-06-13 22:14:37 +00:00
|
|
|
# KEYWORD: FreeBSD NetBSD
|
|
|
|
|
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.
|