xref: /freebsd/libexec/rc/rc.d/NETWORKING (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1*0696600cSBjoern A. Zeeb#!/bin/sh
2*0696600cSBjoern A. Zeeb#
3*0696600cSBjoern A. Zeeb#
4*0696600cSBjoern A. Zeeb
5*0696600cSBjoern A. Zeeb# PROVIDE: NETWORKING NETWORK
6*0696600cSBjoern A. Zeeb# REQUIRE: netif netwait netoptions routing ppp ipfw stf
7*0696600cSBjoern A. Zeeb# REQUIRE: defaultroute route6d resolv bridge
8*0696600cSBjoern A. Zeeb# REQUIRE: static_arp static_ndp
9*0696600cSBjoern A. Zeeb
10*0696600cSBjoern A. Zeeb#	This is a dummy dependency, for services which require networking
11*0696600cSBjoern A. Zeeb#	to be operational before starting.
12