blob: a649940d3ba2a0ecd58ce003da645047a3527bec (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
#
# $NetBSD: NETWORK,v 1.3 2001/04/19 15:56:32 lukem Exp $
#
# PROVIDE: NETWORK
# REQUIRE: network dhclient altqd
# This is a dummy dependency, for services which require networking
# to be operational before starting.
|