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