Updated daemon list.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@194 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
819638e22b
commit
d60b2e9d6e
|
@ -51,7 +51,7 @@ use Data::Dumper;
|
||||||
|
|
||||||
$| = 1;
|
$| = 1;
|
||||||
|
|
||||||
my @daemons = ( 'zmc', 'zma', 'zmf.pl' );
|
my @daemons = ( 'zmc', 'zma', 'zmfilter.pl', 'zmaudit.pl', 'zmx10.pl' );
|
||||||
|
|
||||||
my $command = shift @ARGV;
|
my $command = shift @ARGV;
|
||||||
die( "No command given" ) unless( $command );
|
die( "No command given" ) unless( $command );
|
||||||
|
|
Loading…
Reference in New Issue