From 407f090862c7c5c560714e77f09607f116097781 Mon Sep 17 00:00:00 2001 From: stan Date: Sat, 8 Nov 2003 11:45:31 +0000 Subject: [PATCH] zmaudit always started. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@687 e3e1d417-86f3-4887-817a-d78f3d33393f --- scripts/zmpkg.pl.z | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/zmpkg.pl.z b/scripts/zmpkg.pl.z index cc152c0f9..e07d98d53 100755 --- a/scripts/zmpkg.pl.z +++ b/scripts/zmpkg.pl.z @@ -193,10 +193,9 @@ if ( $command =~ /^(?:start|restart)$/ ) } $sth->finish(); - if ( ZM_OPT_FAST_DELETE ) - { - execute( ZM_PATH_BIN."/zmdc.pl start zmaudit.pl -d 900 -y" ); - } + # This is now started unconditionally + execute( ZM_PATH_BIN."/zmdc.pl start zmaudit.pl -d 900 -y" ); + if ( ZM_OPT_X10 ) { execute( ZM_PATH_BIN."/zmdc.pl start zmx10.pl -c start" );