diff options
author | luis <luis@370017ae-e619-0410-ac65-c121f96126d4> | 2007-12-16 19:30:26 +0000 |
---|---|---|
committer | luis <luis@370017ae-e619-0410-ac65-c121f96126d4> | 2007-12-16 19:30:26 +0000 |
commit | 77b2e90a05395ada777b035030ad9d5b88b41c7d (patch) | |
tree | 68af7646725acd570f1748c1e175b3d16fea5bec /net/firewall | |
parent | 83d99a8e4dec967d5537a4010ed6bd67ff8cc5ca (diff) | |
download | slackbuilds-77b2e90a05395ada777b035030ad9d5b88b41c7d.tar.gz slackbuilds-77b2e90a05395ada777b035030ad9d5b88b41c7d.tar.bz2 |
Updated: arno-iptables-firewall
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1536 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/firewall')
-rwxr-xr-x | net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
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" |