diff options
author | sibel <lesibel at free dot fr> | 2010-10-12 10:24:49 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-10-12 10:24:49 +0200 |
commit | 5b4f2ac90048d7db01da411b1e334efea4d2dd35 (patch) | |
tree | 437458e65706779d4b6e1f64cb0edd3448d6adca /base/iptables | |
parent | 6d3a2af5debfd14bb06060ced8ec561ad4b5c285 (diff) | |
parent | c9e8c0f2f7d05838b378cb8c87c590cc651e4b50 (diff) | |
download | nutyx-pakxe-5b4f2ac90048d7db01da411b1e334efea4d2dd35.tar.gz nutyx-pakxe-5b4f2ac90048d7db01da411b1e334efea4d2dd35.tar.bz2 nutyx-pakxe-5b4f2ac90048d7db01da411b1e334efea4d2dd35.tar.xz nutyx-pakxe-5b4f2ac90048d7db01da411b1e334efea4d2dd35.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'base/iptables')
-rw-r--r-- | base/iptables/.footprint | 2 | ||||
-rwxr-xr-x | base/iptables/Pkgfile | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | base/iptables/rc.iptables | 0 |
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 |