summaryrefslogtreecommitdiffstats
path: root/arptables-save
diff options
context:
space:
mode:
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