summaryrefslogtreecommitdiffstats
path: root/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
commitb576c35b7623ef221d06e2a0d7bb477ee044ab9c (patch)
treea327fd8a7532937854ab2dadaed5306569f1b6c9 /arptables-save
parent6c7ac2a946eeb7283d6cb29f8bae18ab5ab131c0 (diff)
install arptables.sysv,arptables-restore and arptables-save
Diffstat (limited to 'arptables-save')
-rw-r--r--arptables-save4
1 files changed, 1 insertions, 3 deletions
diff --git a/arptables-save b/arptables-save
index 84ad890..df9ad25 100644
--- a/arptables-save
+++ b/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