diff --git a/scripts/zmdc.pl.z b/scripts/zmdc.pl.z index 974c2f1fd..07304adee 100755 --- a/scripts/zmdc.pl.z +++ b/scripts/zmdc.pl.z @@ -51,7 +51,7 @@ use Data::Dumper; $| = 1; -my @daemons = ( 'zmc', 'zma', 'zmf.pl' ); +my @daemons = ( 'zmc', 'zma', 'zmfilter.pl', 'zmaudit.pl', 'zmx10.pl' ); my $command = shift @ARGV; die( "No command given" ) unless( $command );