11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# $NetBSD: NETWORK,v 1.1 2000/07/26 00:11:49 lukem Exp $
|
||
|
#
|
||
|
|
||
|
# PROVIDE: NETWORK
|
||
|
# REQUIRE: network dhclient
|
||
|
|
||
|
# This is a dummy dependancy, for services which require networking
|
||
|
# to be operational before starting.
|