From 77b2e90a05395ada777b035030ad9d5b88b41c7d Mon Sep 17 00:00:00 2001 From: luis Date: Sun, 16 Dec 2007 19:30:26 +0000 Subject: Updated: arno-iptables-firewall git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1536 370017ae-e619-0410-ac65-c121f96126d4 --- .../arno-iptables-firewall/arno-iptables-firewall.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild b/net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild index 1de9f6af..25d2c5ba 100755 --- a/net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild +++ b/net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild @@ -33,7 +33,7 @@ CWD="$(pwd)" SRC_NAME="arno-iptables-firewall" PKG_NAME="arno-iptables-firewall" ARCH="noarch" -SRC_VERSION=${VERSION:=1.8.8i} +SRC_VERSION=${VERSION:=1.8.8j} PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" BUILD=${BUILD:=1ls} SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME @@ -90,6 +90,8 @@ cp -a man/arno-fwfilter.1 "$PKG/$PREFIX/man/man1" cp -a man/arno-iptables-firewall.8 "$PKG/$PREFIX/man/man8" mv -f "$PKG/etc/arno-iptables-firewall/firewall.conf" \ "$PKG/etc/arno-iptables-firewall/firewall.conf.new" +mv -f "$PKG/etc/arno-iptables-firewall/custom-rules" \ + "$PKG/etc/arno-iptables-firewall/custom-rules.new" for file in $('ls' -1 "$PKG/etc/arno-iptables-firewall/plugins/"*.conf); do mv -f "$file" "${file}.new" done @@ -155,6 +157,7 @@ config() { config etc/rc.d/rc.firewall.new config etc/arno-iptables-firewall/firewall.conf.new +config etc/arno-iptables-firewall/custom-rules.new $(for path in $('ls' -1 "$PKG/etc/arno-iptables-firewall/plugins/"*.conf.new); do file="$(basename $path)" echo "config etc/arno-iptables-firewall/plugins/$file" -- cgit v1.2.3