diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-07-07 10:25:36 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-07-07 10:25:36 +0000 |
commit | 866146f59718a86412b333fe314e2f5fe48a603a (patch) | |
tree | f9e54a117503966377f2539a9ae249312f93b733 /sys-freebsd/freebsd-sbin/files | |
parent | version bump (diff) | |
download | gentoo-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.initd | 2 |
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" |