summaryrefslogtreecommitdiffstats
path: root/base/iptables/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/iptables/Pkgfile')
-rwxr-xr-xbase/iptables/Pkgfile4
1 files changed, 2 insertions, 2 deletions
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
}