aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/NETWORKING
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/NETWORKING')
-rwxr-xr-xlibexec/rc/rc.d/NETWORKING11
1 files changed, 11 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/NETWORKING b/libexec/rc/rc.d/NETWORKING
new file mode 100755
index 000000000000..402e20927a4c
--- /dev/null
+++ b/libexec/rc/rc.d/NETWORKING
@@ -0,0 +1,11 @@
+#!/bin/sh
+#
+#
+
+# PROVIDE: NETWORKING NETWORK
+# REQUIRE: netif netwait netoptions routing ppp ipfw stf
+# REQUIRE: defaultroute route6d resolv bridge
+# REQUIRE: static_arp static_ndp
+
+# This is a dummy dependency, for services which require networking
+# to be operational before starting.