aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/sysctl
diff options
context:
space:
mode:
authorMike Makonnen <mtm@FreeBSD.org>2003-04-24 08:20:47 +0000
committerMike Makonnen <mtm@FreeBSD.org>2003-04-24 08:20:47 +0000
commit8cf06adbcbb067fdae529ca338ecaebe73c492b6 (patch)
treec0744a674488d76a59082db26fc4805a539f9646 /etc/rc.d/sysctl
parent38dd7dee8a923944eae550d4b18e27bc97360c8a (diff)
downloadsrc-8cf06adbcbb067fdae529ca338ecaebe73c492b6.tar.gz
src-8cf06adbcbb067fdae529ca338ecaebe73c492b6.zip
Make ipfilter, ipnat, ipmon, and ipfs behave more like the old rc.
o group them together so they run one right after another o use the NetBSD supplied ipfs script instead of tacking it on to the end of ipnat o Load the ipl module in ipnat and ipfilter, if it's not already loaded o In ipmon and ipnat show a warning if neither ipfilter nor ipnat is enabled or the ipl module is not loaded, and exit Approved by: markm (mentor) (implicit) Tested by: leafy <leafy@leafy.idv.tw>
Notes
Notes: svn path=/head/; revision=113959
Diffstat (limited to 'etc/rc.d/sysctl')
-rw-r--r--etc/rc.d/sysctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/sysctl b/etc/rc.d/sysctl
index 71e675288c88..6e24030bdbb0 100644
--- a/etc/rc.d/sysctl
+++ b/etc/rc.d/sysctl
@@ -5,7 +5,7 @@
#
# PROVIDE: sysctl
-# REQUIRE: root ipfilter ipsec
+# REQUIRE: root
# BEFORE: DAEMON
# KEYWORD: FreeBSD NetBSD