summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2004-09-16 17:04:20 +0000
committerkeramida <keramida@FreeBSD.org>2004-09-16 17:04:20 +0000
commit49dafca9da5137fb4868d5a7f933ada9c87859bc (patch)
tree55283ac8c993a1b937a53e218a755729d28c6d34 /etc/rc.d
parent307d72bfbed65adc75ba1c52953f336fe4978028 (diff)
downloadFreeBSD-src-49dafca9da5137fb4868d5a7f933ada9c87859bc.zip
FreeBSD-src-49dafca9da5137fb4868d5a7f933ada9c87859bc.tar.gz
We don't have any providers of `beforenetlkm' in FreeBSD. Remove the
dependency to it from our rc.d scripts. Approved by: mtm
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/ike2
-rw-r--r--etc/rc.d/pf2
-rw-r--r--etc/rc.d/pflog2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.d/ike b/etc/rc.d/ike
index 6709bdf..4470636 100644
--- a/etc/rc.d/ike
+++ b/etc/rc.d/ike
@@ -4,7 +4,7 @@
#
# PROVIDE: ike
-# REQUIRE: root beforenetlkm mountcritlocal
+# REQUIRE: root mountcritlocal
# BEFORE: DAEMON
# KEYWORD: FreeBSD nojail
diff --git a/etc/rc.d/pf b/etc/rc.d/pf
index 1d52360..95c539b 100644
--- a/etc/rc.d/pf
+++ b/etc/rc.d/pf
@@ -4,7 +4,7 @@
#
# PROVIDE: pf
-# REQUIRE: root beforenetlkm mountcritlocal netif pflog
+# REQUIRE: root mountcritlocal netif pflog
# BEFORE: DAEMON LOGIN
# KEYWORD: FreeBSD nojail
diff --git a/etc/rc.d/pflog b/etc/rc.d/pflog
index b89ab42..051d4e1 100644
--- a/etc/rc.d/pflog
+++ b/etc/rc.d/pflog
@@ -4,7 +4,7 @@
#
# PROVIDE: pflog
-# REQUIRE: root beforenetlkm mountcritlocal netif
+# REQUIRE: root mountcritlocal netif
# BEFORE: DAEMON LOGIN
# KEYWORD: FreeBSD nojail
OpenPOWER on IntegriCloud