19c600e7dSMatthew Dillon#!/bin/sh 29c600e7dSMatthew Dillon# 39c600e7dSMatthew Dillon# $NetBSD: NETWORKING,v 1.2 2002/03/22 04:33:57 thorpej Exp $ 49c600e7dSMatthew Dillon# $FreeBSD: src/etc/rc.d/NETWORKING,v 1.6 2003/06/29 05:15:57 mtm Exp $ 59c600e7dSMatthew Dillon# 69c600e7dSMatthew Dillon 79c600e7dSMatthew Dillon# PROVIDE: NETWORKING NETWORK 8*ce083385SAaron LI# REQUIRE: FILESYSTEMS 99c600e7dSMatthew Dillon 109c600e7dSMatthew Dillon# This is a dummy dependency, for services which require networking 119c600e7dSMatthew Dillon# to be operational before starting. 120c823069SMatthew Dillon 130c823069SMatthew Dillon. /etc/rc.subr 140c823069SMatthew Dillondummy_rc_command "$1" 15