diff options
author | darrenr <darrenr@FreeBSD.org> | 2004-04-20 13:30:49 +0000 |
---|---|---|
committer | darrenr <darrenr@FreeBSD.org> | 2004-04-20 13:30:49 +0000 |
commit | 86348d86ebc814850c080177abd5e784cebaced4 (patch) | |
tree | 26c4f804dee0a0ec900ced89c378c01ee99e6f5e /etc | |
parent | fcb8a7d803237f5f9a31243c46822e5ac60cda42 (diff) | |
download | FreeBSD-src-86348d86ebc814850c080177abd5e784cebaced4.zip FreeBSD-src-86348d86ebc814850c080177abd5e784cebaced4.tar.gz |
apply patch so pr can be closed
PR: misc/56715
Submitted by: grant@NetBSD.org
Reviewed by: darrenr
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.d/ipfilter | 2 | ||||
-rwxr-xr-x | etc/rc.d/ipmon | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/ipfilter b/etc/rc.d/ipfilter index d1af81c..3f59b6c 100755 --- a/etc/rc.d/ipfilter +++ b/etc/rc.d/ipfilter @@ -5,7 +5,7 @@ # # PROVIDE: ipfilter -# REQUIRE: root mountcritlocal ipmon +# REQUIRE: root mountcritlocal # BEFORE: netif # KEYWORD: FreeBSD nojail diff --git a/etc/rc.d/ipmon b/etc/rc.d/ipmon index 350c72c..f73a845 100755 --- a/etc/rc.d/ipmon +++ b/etc/rc.d/ipmon @@ -5,7 +5,7 @@ # # PROVIDE: ipmon -# REQUIRE: mountcritlocal hostname sysctl cleanvar +# REQUIRE: mountcritlocal hostname sysctl cleanvar ipfilter # BEFORE: SERVERS # KEYWORD: FreeBSD nojail |