diff options
| author | Darren Reed <darrenr@FreeBSD.org> | 2004-04-20 13:30:49 +0000 |
|---|---|---|
| committer | Darren Reed <darrenr@FreeBSD.org> | 2004-04-20 13:30:49 +0000 |
| commit | da48dbe191af37cc02177d85bf298b47b1b885a3 (patch) | |
| tree | 26c4f804dee0a0ec900ced89c378c01ee99e6f5e /etc | |
| parent | 27b1d6317f6800f4eefc10c2af38443db79f4e88 (diff) | |
Notes
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 d1af81cc200e..3f59b6c3785d 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 350c72cd1ca1..f73a845a2ebf 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 |
