From b972dce7e3d8023034fedb2c41c8c2e45d0f383b Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Thu, 17 Apr 2003 04:16:37 +0000 Subject: [PATCH] added echo command git-svn-id: file:///home/mbr/svn/fwsnort_repos/fwsnort/trunk@81 af5c991a-1414-0410-86ad-c3437102cd4a --- fwsnort.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/fwsnort.conf b/fwsnort.conf index 84935d0..e78e3d8 100644 --- a/fwsnort.conf +++ b/fwsnort.conf @@ -52,5 +52,6 @@ ORACLE_PORTS 1521; ### system binaries shCmd /bin/sh; +echoCmd /bin/echo; ifconfigCmd /sbin/ifconfig; iptablesCmd /sbin/iptables;