summaryrefslogtreecommitdiffstats
path: root/etc/rc.firewall
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-05-14 04:53:57 +0000
committerdougb <dougb@FreeBSD.org>2010-05-14 04:53:57 +0000
commit3df3a625bf1926431742b6a3421723fc42263dc5 (patch)
tree88e7208a73aa8d5bb88851b74f8f235fc7ad95a3 /etc/rc.firewall
parent9fac5e5d90a6df9e531246d75f76898ea69ddee1 (diff)
downloadFreeBSD-src-3df3a625bf1926431742b6a3421723fc42263dc5.zip
FreeBSD-src-3df3a625bf1926431742b6a3421723fc42263dc5.tar.gz
Remove trailing white space. No functional changes.
Diffstat (limited to 'etc/rc.firewall')
-rw-r--r--etc/rc.firewall6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index cda7c34..3db984e 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -461,7 +461,7 @@ case ${firewall_type} in
if [ $ipv6_available -eq 0 ]; then
${fwcmd} add pass udp from fe80::/10 to me 546 in
fi
- # Some servers will ping the IP while trying to decide if it's
+ # Some servers will ping the IP while trying to decide if it's
# still in use.
${fwcmd} add pass icmp from any to any icmptype 8
if [ $ipv6_available -eq 0 ]; then
@@ -476,11 +476,11 @@ case ${firewall_type} in
# Add permits for this workstations published services below
# Only IPs and nets in firewall_allowservices is allowed in.
- # If you really wish to let anyone use services on your
+ # If you really wish to let anyone use services on your
# workstation, then set "firewall_allowservices='any'" in /etc/rc.conf
#
# Note: We don't use keep-state as that would allow DoS of
- # our statetable.
+ # our statetable.
# You can add 'keep-state' to the lines for slightly
# better performance if you fell that DoS of your
# workstation won't be a problem.
OpenPOWER on IntegriCloud