summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-07-07 10:25:36 +0000
committerRoy Marples <uberlord@gentoo.org>2007-07-07 10:25:36 +0000
commit866146f59718a86412b333fe314e2f5fe48a603a (patch)
treef9e54a117503966377f2539a9ae249312f93b733 /sys-freebsd/freebsd-sbin/files
parentversion bump (diff)
downloadgentoo-2-866146f59718a86412b333fe314e2f5fe48a603a.tar.gz
gentoo-2-866146f59718a86412b333fe314e2f5fe48a603a.tar.bz2
gentoo-2-866146f59718a86412b333fe314e2f5fe48a603a.zip
Allow the user to close all ports.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'sys-freebsd/freebsd-sbin/files')
-rw-r--r--sys-freebsd/freebsd-sbin/files/ipfw.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-freebsd/freebsd-sbin/files/ipfw.initd b/sys-freebsd/freebsd-sbin/files/ipfw.initd
index 865d8ce751bb..013400bfcf86 100644
--- a/sys-freebsd/freebsd-sbin/files/ipfw.initd
+++ b/sys-freebsd/freebsd-sbin/files/ipfw.initd
@@ -5,7 +5,7 @@
# This is a nice client firewall script which should suit most desktop users.
# We allow auth and ssh in by default.
-PORTS_IN=${PORTS_IN:-auth ssh}
+PORTS_IN=${PORTS_IN-auth ssh}
opts="panic showstatus"