From b576c35b7623ef221d06e2a0d7bb477ee044ab9c Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 19 Aug 2007 13:03:37 +0000 Subject: install arptables.sysv,arptables-restore and arptables-save --- arptables-restore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'arptables-restore') 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; -- cgit v1.2.3