diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-23 12:24:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-23 12:24:15 +0000 |
commit | e1b09daaac1dd337fe9a2ae58f42d3a593284855 (patch) | |
tree | c2e699a9ab6d0b5263d8a1423995e63ca1d32eff /init.d.FreeBSD/ipfw.in | |
parent | bd34df63613a368698dca3465a2f05273e120c5f (diff) |
fix broken whitespace -- no functional changes
Diffstat (limited to 'init.d.FreeBSD/ipfw.in')
-rw-r--r-- | init.d.FreeBSD/ipfw.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.FreeBSD/ipfw.in b/init.d.FreeBSD/ipfw.in index 33bafab7..f8d9c3e1 100644 --- a/init.d.FreeBSD/ipfw.in +++ b/init.d.FreeBSD/ipfw.in @@ -87,7 +87,7 @@ start() { # Only IPs and nets in firewall_allowservices is allowed in. for i in ${ipfw_ip_in}; do for p in ${ipfw_ports_in}; do - ipfw add pass tcp from ${i} to me ${p} + ipfw add pass tcp from ${i} to me ${p} done done |