summaryrefslogtreecommitdiffstats
path: root/arptables-restore
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-restore
parent6c7ac2a946eeb7283d6cb29f8bae18ab5ab131c0 (diff)
install arptables.sysv,arptables-restore and arptables-save
Diffstat (limited to 'arptables-restore')
-rw-r--r--arptables-restore8
1 files changed, 2 insertions, 6 deletions
diff --git a/arptables-restore b/arptables-restore
index d672d54..c509702 100644
--- a/arptables-restore
+++ b/arptables-restore
@@ -1,12 +1,8 @@
#!/usr/bin/perl -w
-#
-#
-# A script that imports text ebtables rules. Similar to iptables-restore.
-# It can be used to restore configuration from /etc/sysconfig/ebtables.
-#
+# A script that imports text arptables rules. Similar to iptables-restore.
use strict;
-my $tool = "/sbin/arptables";
+my $tool = "__EXEC_PATH__/arptables";
my $table;
my $rc;
my $line;