From d26a1ee087f70c827d332fa639dafd7802612d1f Mon Sep 17 00:00:00 2001 From: stan Date: Thu, 12 Jan 2006 15:38:57 +0000 Subject: [PATCH] Bug 247 - Added back option to zmaudit. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1789 e3e1d417-86f3-4887-817a-d78f3d33393f --- scripts/zmpkg.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmpkg.pl b/scripts/zmpkg.pl index fa0494e77..ee9091c1f 100644 --- a/scripts/zmpkg.pl +++ b/scripts/zmpkg.pl @@ -201,7 +201,7 @@ if ( $command =~ /^(?:start|restart)$/ ) runCommand( "zmdc.pl start zmfilter.pl" ); if ( ZM_RUN_AUDIT ) { - runCommand( "zmdc.pl start zmaudit.pl" ); + runCommand( "zmdc.pl start zmaudit.pl -c" ); } if ( ZM_OPT_TRIGGERS ) {