Bug 247 - Added back option to zmaudit.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1789 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2006-01-12 15:38:57 +00:00
parent 0554f3c07b
commit d26a1ee087
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ if ( $command =~ /^(?:start|restart)$/ )
runCommand( "zmdc.pl start zmfilter.pl" ); runCommand( "zmdc.pl start zmfilter.pl" );
if ( ZM_RUN_AUDIT ) if ( ZM_RUN_AUDIT )
{ {
runCommand( "zmdc.pl start zmaudit.pl" ); runCommand( "zmdc.pl start zmaudit.pl -c" );
} }
if ( ZM_OPT_TRIGGERS ) if ( ZM_OPT_TRIGGERS )
{ {