From 894cc63c7ce72b8f287a0552083d6bbb99b1e61c Mon Sep 17 00:00:00 2001 From: stan Date: Tue, 7 Jan 2003 10:45:40 +0000 Subject: [PATCH] Added zmwatch.pl to permitted processes. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@245 e3e1d417-86f3-4887-817a-d78f3d33393f --- scripts/zmdc.pl.z | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmdc.pl.z b/scripts/zmdc.pl.z index 55a12738c..93154f4f7 100755 --- a/scripts/zmdc.pl.z +++ b/scripts/zmdc.pl.z @@ -52,7 +52,7 @@ use Data::Dumper; $| = 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; die( "No command given" ) unless( $command );