11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# $NetBSD$
|
||
|
#
|
||
|
|
||
|
# PROVIDE: NETWORK
|
||
|
# REQUIRE: network dhclient
|
||
|
|
||
|
# This is a dummy dependancy, for services which require networking
|
||
|
# to be operational before starting.
|