summaryrefslogtreecommitdiffstats
path: root/userspace/arptables/arptables-save
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2007-08-19 13:03:37 +0000
committerBart De Schuymer <bdschuym@pandora.be>2007-08-19 13:03:37 +0000
commit1e360f9232b774f3bc8ecf01c0d71834e7498a14 (patch)
treef57f99c26c6a214a205a6e9718a85482b57eacba /userspace/arptables/arptables-save
parent16908dc372454ad31db4c529c5b15fbc46a1f89c (diff)
install arptables.sysv,arptables-restore and arptables-save
Diffstat (limited to 'userspace/arptables/arptables-save')
-rw-r--r--userspace/arptables/arptables-save4
1 files changed, 1 insertions, 3 deletions
diff --git a/userspace/arptables/arptables-save b/userspace/arptables/arptables-save
index 84ad890..df9ad25 100644
--- a/userspace/arptables/arptables-save
+++ b/userspace/arptables/arptables-save
@@ -3,12 +3,10 @@
#
# A script that generates text output of the arptables rules.
# Similar to iptables-save.
-#
-# It can be used to store active configuration to /etc/sysconfig/arptables
use strict;
my $table;
-my $tool = "/sbin/arptables";
+my $tool = "__EXEC_PATH__/arptables";
# ========================================================
# Process filter table