diff options
-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" |