FreeBSD Port: zoneminder-1.25.0

Hernan Freschi hjf at hjf.com.ar
Sat Sep 15 00:59:04 UTC 2012


Hi, there's a bug in the zoneminder start script, zmpkg.pl

When you install it in a jail, rc calls it with "faststart", and zmpkg
doesn't understand that. My hack was to add the following line:

if ($command eq "quietstart") { $command="start"; }

right after  my $command = $ARGV[0];


Cheers,
Hernán


More information about the freebsd-ports mailing list