Rename private to privdata and class to srclass to avoid conflicts with
[dragonfly/vkernel-mp.git] / etc / rc.d / NETWORKING
blob44258e8954c96effd8a70fd3506686547d9c7a75
1 #!/bin/sh
3 # $NetBSD: NETWORKING,v 1.2 2002/03/22 04:33:57 thorpej Exp $
4 # $FreeBSD: src/etc/rc.d/NETWORKING,v 1.6 2003/06/29 05:15:57 mtm Exp $
5 # $DragonFly: src/etc/rc.d/NETWORKING,v 1.6 2005/11/19 22:47:32 swildner Exp $
8 # PROVIDE: NETWORKING NETWORK
9 # REQUIRE: dhclient netif routing network_ipv6 isdnd ppp-user
10 # REQUIRE: routed mrouted route6d mroute6d
12 # This is a dummy dependency, for services which require networking
13 # to be operational before starting.
15 . /etc/rc.subr
16 dummy_rc_command "$1"