Added zmwatch.pl to permitted processes.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@245 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-01-07 10:45:40 +00:00
parent c0e681f413
commit 894cc63c7c
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ use Data::Dumper;
$| = 1; $| = 1;
my @daemons = ( 'zmc', 'zma', 'zmfilter.pl', 'zmaudit.pl', 'zmx10.pl' ); my @daemons = ( 'zmc', 'zma', 'zmfilter.pl', 'zmaudit.pl', 'zmx10.pl', 'zmwatch.pl' );
my $command = shift @ARGV; my $command = shift @ARGV;
die( "No command given" ) unless( $command ); die( "No command given" ) unless( $command );