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
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')
-rw-r--r--sys-freebsd/freebsd-sbin/ChangeLog5
-rw-r--r--sys-freebsd/freebsd-sbin/files/ipfw.initd2
2 files changed, 5 insertions, 2 deletions
diff --git a/sys-freebsd/freebsd-sbin/ChangeLog b/sys-freebsd/freebsd-sbin/ChangeLog
index d809162668e6..e06ab8a829c1 100644
--- a/sys-freebsd/freebsd-sbin/ChangeLog
+++ b/sys-freebsd/freebsd-sbin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-freebsd/freebsd-sbin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v 1.38 2007/05/17 14:52:38 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v 1.39 2007/07/07 10:25:36 uberlord Exp $
+
+ 07 Jul 2007; Roy Marples <uberlord@gentoo.org> files/ipfw.initd:
+ Allow the user to close all ports
17 May 2007; Roy Marples <uberlord@gentoo.org> freebsd-sbin-6.2-r1.ebuild:
symlink mount_ext2fs to mount_ext3 so we can automatically mount ext3
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"