diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2009-09-21 00:33:13 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2009-09-21 00:33:13 +0000 |
commit | 4aa1e0cdb7e124324f1dc5ffe8f4304da22dc9a4 (patch) | |
tree | 30634a068e7acc0d2764cfddd568bd1f5eec4037 /net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild | |
parent | 95a5884a360c15af65524c646638c8cc5d48238d (diff) | |
download | slackbuilds-4aa1e0cdb7e124324f1dc5ffe8f4304da22dc9a4.tar.gz slackbuilds-4aa1e0cdb7e124324f1dc5ffe8f4304da22dc9a4.tar.bz2 |
arno-iptables-firewall: minor fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2245 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild')
-rwxr-xr-x | net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild b/net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild index f48bc053..3299a1d9 100755 --- a/net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild +++ b/net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild @@ -161,14 +161,12 @@ cd "$PKG_SRC" # Install mkdir -p "$PKG/etc/rc.d" || exit $ERROR_MKDIR -mkdir -p "$PKG/etc/logrotate.d" || exit $ERROR_MKDIR mkdir -p "$PKG/$PREFIX/bin" || exit $ERROR_MKDIR mkdir -p "$PKG/$PREFIX/man/man1" || exit $ERROR_MKDIR mkdir -p "$PKG/$PREFIX/man/man8" || exit $ERROR_MKDIR cp -r "etc/init.d/arno-iptables-firewall" "$PKG/etc/rc.d/rc.firewall.new" cp -r "etc/arno-iptables-firewall" "$PKG/etc" cp -r "contrib/Slackware/syslog.conf" "$PKG/etc/syslog.conf.new" -cp -r "$CWD/syslog.new" "$PKG/etc/logrotate.d" cp -r "bin/arno-fwfilter" "$PKG/$PREFIX/bin" cp -r "share/man/man1/arno-fwfilter.1" "$PKG/$PREFIX/man/man1" cp -r "share/man/man8/arno-iptables-firewall.8" "$PKG/$PREFIX/man/man8" |