summaryrefslogtreecommitdiffstats
path: root/base/iptables
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-11 21:25:15 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-11 21:25:15 +0200
commit31c722ebe65bd512d70cae12bea090f49c0cec1b (patch)
treeee82c9972511deff42bceb508414956bd7ac6d1e /base/iptables
parent52d5df855d72dd7c0048515749df939a73c5b243 (diff)
downloadnutyx-pakxe-31c722ebe65bd512d70cae12bea090f49c0cec1b.tar.gz
nutyx-pakxe-31c722ebe65bd512d70cae12bea090f49c0cec1b.tar.bz2
nutyx-pakxe-31c722ebe65bd512d70cae12bea090f49c0cec1b.tar.xz
nutyx-pakxe-31c722ebe65bd512d70cae12bea090f49c0cec1b.zip
Maj iptables#1.4.9.1-2
Diffstat (limited to 'base/iptables')
-rw-r--r--base/iptables/.footprint2
-rwxr-xr-xbase/iptables/Pkgfile4
-rwxr-xr-x[-rw-r--r--]base/iptables/rc.iptables0
3 files changed, 3 insertions, 3 deletions
diff --git a/base/iptables/.footprint b/base/iptables/.footprint
index 822fac089..c1fe26110 100644
--- a/base/iptables/.footprint
+++ b/base/iptables/.footprint
@@ -2,7 +2,7 @@ drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/rc.d/
drwxr-xr-x root/root etc/rc.d/init.d/
-rwxr-xr-- root/root etc/rc.d/init.d/iptables
--rw-r--r-- root/root etc/rc.d/rc.iptables
+-rwx------ root/root etc/rc.d/rc.iptables
drwxr-xr-x root/root etc/rc.d/rc0.d/
drwxr-xr-x root/root etc/rc.d/rc1.d/
drwxr-xr-x root/root etc/rc.d/rc2.d/
diff --git a/base/iptables/Pkgfile b/base/iptables/Pkgfile
index c0364ad6d..3cb35d63f 100755
--- a/base/iptables/Pkgfile
+++ b/base/iptables/Pkgfile
@@ -6,7 +6,7 @@
name=iptables
version=1.4.9.1
-release=1
+release=2
source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2 \
rc.iptables )
@@ -28,7 +28,7 @@ build() {
make DESTDIR=$PKG install
cd ../$scripts-$scriptsversion
make DESTDIR=$PKG install-$name
- install -m644 $SRC/rc.iptables \
+ install -m700 $SRC/rc.iptables \
$PKG/etc/rc.d/rc.iptables
}
diff --git a/base/iptables/rc.iptables b/base/iptables/rc.iptables
index f696ac984..f696ac984 100644..100755
--- a/base/iptables/rc.iptables
+++ b/base/iptables/rc.iptables