#!/bin/sh # # $NetBSD: NETWORKING,v 1.2 2002/03/22 04:33:57 thorpej Exp $ # $FreeBSD: src/etc/rc.d/NETWORKING,v 1.6 2003/06/29 05:15:57 mtm Exp $ # $DragonFly: src/etc/rc.d/NETWORKING,v 1.3 2004/01/26 17:21:15 rob Exp $ # # PROVIDE: NETWORKING NETWORK # REQUIRE: network dhclient altqd netif routing network_ipv6 isdnd ppp-user # REQUIRE: routed mrouted route6d mroute6d # KEYWORD: DragonFly # This is a dummy dependency, for services which require networking # to be operational before starting. . /etc/rc.subr dummy_rc_command "$1"