aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2021-04-05 15:57:44 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2021-04-12 14:28:48 +0000
commit034669e856211cbc55d6ac7119629701d182647d (patch)
tree30142e40bc686b0267be5abeffb6006c529a60ba /libexec
parent82431b7506d646165d52f11bc2958e8ce8ec5cce (diff)
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/rc/rc.d/iscsictl2
-rwxr-xr-xlibexec/rc/rc.d/iscsid2
-rwxr-xr-xlibexec/rc/rc.d/kfd2
-rwxr-xr-xlibexec/rc/rc.d/routed2
4 files changed, 4 insertions, 4 deletions
diff --git a/libexec/rc/rc.d/iscsictl b/libexec/rc/rc.d/iscsictl
index 6ae3910f0628..471b030ff799 100755
--- a/libexec/rc/rc.d/iscsictl
+++ b/libexec/rc/rc.d/iscsictl
@@ -4,7 +4,7 @@
#
# PROVIDE: iscsictl
-# REQUIRE: NETWORK iscsid
+# REQUIRE: NETWORKING iscsid
# BEFORE: DAEMON
# KEYWORD: nojail
diff --git a/libexec/rc/rc.d/iscsid b/libexec/rc/rc.d/iscsid
index 3b1cb6f40d1c..48a7b61d1533 100755
--- a/libexec/rc/rc.d/iscsid
+++ b/libexec/rc/rc.d/iscsid
@@ -4,7 +4,7 @@
#
# PROVIDE: iscsid
-# REQUIRE: NETWORK
+# REQUIRE: NETWORKING
# BEFORE: DAEMON
# KEYWORD: nojail
diff --git a/libexec/rc/rc.d/kfd b/libexec/rc/rc.d/kfd
index 5a1a16c37af4..65feaf6102f4 100755
--- a/libexec/rc/rc.d/kfd
+++ b/libexec/rc/rc.d/kfd
@@ -4,7 +4,7 @@
#
# PROVIDE: kfd
-# REQUIRE: NETWORK
+# REQUIRE: NETWORKING
# KEYWORD: shutdown
. /etc/rc.subr
diff --git a/libexec/rc/rc.d/routed b/libexec/rc/rc.d/routed
index 81ba077c85e4..ecf8f5a88b39 100755
--- a/libexec/rc/rc.d/routed
+++ b/libexec/rc/rc.d/routed
@@ -5,7 +5,7 @@
# PROVIDE: routed dynamicrouting
# REQUIRE: netif routing
-# BEFORE: NETWORK
+# BEFORE: NETWORKING
# KEYWORD: nojailvnet
. /etc/rc.subr