9d62501fd8
Note that `rc' and `rc.shutdown' could not be imported because we already have files with those names.
11 lines
179 B
Bash
Executable File
11 lines
179 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $NetBSD$
|
|
#
|
|
|
|
# PROVIDE: NETWORK
|
|
# REQUIRE: network dhclient
|
|
|
|
# This is a dummy dependancy, for services which require networking
|
|
# to be operational before starting.
|