xref: /dragonfly/etc/rc.d/NETWORKING (revision d19ef5a2)
1#!/bin/sh
2#
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#
6
7# PROVIDE: NETWORKING NETWORK
8# REQUIRE: netif routing network_ipv6 ppp
9# REQUIRE: routed route6d
10
11#	This is a dummy dependency, for services which require networking
12#	to be operational before starting.
13
14. /etc/rc.subr
15dummy_rc_command "$1"
16
17