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-save | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'arptables-save') 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 -- cgit v1.2.3