summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-03-04 10:30:24 +0000
committerdd <dd@FreeBSD.org>2002-03-04 10:30:24 +0000
commit0b2f9cb7830e0b42790709f6500776cfedf848c5 (patch)
tree257df04c7bf9e5b950adc46c8939fa5dbd0fb7e2 /etc/rc.d
parente1efcab9b5847e4fa82fa989cc0697882db3d656 (diff)
downloadFreeBSD-src-0b2f9cb7830e0b42790709f6500776cfedf848c5.zip
FreeBSD-src-0b2f9cb7830e0b42790709f6500776cfedf848c5.tar.gz
Redirect stdout of `ipf -y' to /dev/null. This removes a stray
"filter sync'd" in the middle of the boot output if IPFilter is enabled, but does not hide any potential errors, which go to stderr.
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/netoptions2
-rw-r--r--etc/rc.d/network12
-rw-r--r--etc/rc.d/network22
-rw-r--r--etc/rc.d/network32
-rw-r--r--etc/rc.d/routing2
5 files changed, 5 insertions, 5 deletions
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions
index 303cd1f..0482474 100644
--- a/etc/rc.d/netoptions
+++ b/etc/rc.d/netoptions
@@ -300,7 +300,7 @@ network_pass1() {
#
case ${ipfilter_active} in
[Yy][Ee][Ss])
- ${ipfilter_program:-/sbin/ipf} -y ${ipfilter_flags}
+ ${ipfilter_program:-/sbin/ipf} -y ${ipfilter_flags} >/dev/null
;;
esac
unset ipfilter_active
diff --git a/etc/rc.d/network1 b/etc/rc.d/network1
index 303cd1f..0482474 100644
--- a/etc/rc.d/network1
+++ b/etc/rc.d/network1
@@ -300,7 +300,7 @@ network_pass1() {
#
case ${ipfilter_active} in
[Yy][Ee][Ss])
- ${ipfilter_program:-/sbin/ipf} -y ${ipfilter_flags}
+ ${ipfilter_program:-/sbin/ipf} -y ${ipfilter_flags} >/dev/null
;;
esac
unset ipfilter_active
diff --git a/etc/rc.d/network2 b/etc/rc.d/network2
index 303cd1f..0482474 100644
--- a/etc/rc.d/network2
+++ b/etc/rc.d/network2
@@ -300,7 +300,7 @@ network_pass1() {
#
case ${ipfilter_active} in
[Yy][Ee][Ss])
- ${ipfilter_program:-/sbin/ipf} -y ${ipfilter_flags}
+ ${ipfilter_program:-/sbin/ipf} -y ${ipfilter_flags} >/dev/null
;;
esac
unset ipfilter_active
diff --git a/etc/rc.d/network3 b/etc/rc.d/network3
index 303cd1f..0482474 100644
--- a/etc/rc.d/network3
+++ b/etc/rc.d/network3
@@ -300,7 +300,7 @@ network_pass1() {
#
case ${ipfilter_active} in
[Yy][Ee][Ss])
- ${ipfilter_program:-/sbin/ipf} -y ${ipfilter_flags}
+ ${ipfilter_program:-/sbin/ipf} -y ${ipfilter_flags} >/dev/null
;;
esac
unset ipfilter_active
diff --git a/etc/rc.d/routing b/etc/rc.d/routing
index 303cd1f..0482474 100644
--- a/etc/rc.d/routing
+++ b/etc/rc.d/routing
@@ -300,7 +300,7 @@ network_pass1() {
#
case ${ipfilter_active} in
[Yy][Ee][Ss])
- ${ipfilter_program:-/sbin/ipf} -y ${ipfilter_flags}
+ ${ipfilter_program:-/sbin/ipf} -y ${ipfilter_flags} >/dev/null
;;
esac
unset ipfilter_active
OpenPOWER on IntegriCloud