summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/NETWORK
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/NETWORK')
-rwxr-xr-xetc/rc.d/NETWORK10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/rc.d/NETWORK b/etc/rc.d/NETWORK
new file mode 100755
index 0000000..92040d2
--- /dev/null
+++ b/etc/rc.d/NETWORK
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+# $NetBSD$
+#
+
+# PROVIDE: NETWORK
+# REQUIRE: network dhclient
+
+# This is a dummy dependancy, for services which require networking
+# to be operational before starting.
OpenPOWER on IntegriCloud