zmaudit always started.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@687 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-11-08 11:45:31 +00:00
parent acc20eea28
commit 407f090862
1 changed files with 3 additions and 4 deletions

View File

@ -193,10 +193,9 @@ if ( $command =~ /^(?:start|restart)$/ )
} }
$sth->finish(); $sth->finish();
if ( ZM_OPT_FAST_DELETE ) # This is now started unconditionally
{ execute( ZM_PATH_BIN."/zmdc.pl start zmaudit.pl -d 900 -y" );
execute( ZM_PATH_BIN."/zmdc.pl start zmaudit.pl -d 900 -y" );
}
if ( ZM_OPT_X10 ) if ( ZM_OPT_X10 )
{ {
execute( ZM_PATH_BIN."/zmdc.pl start zmx10.pl -c start" ); execute( ZM_PATH_BIN."/zmdc.pl start zmx10.pl -c start" );