Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2012 21:59:03 -0300
From:      Hernan Freschi <hjf@hjf.com.ar>
To:        pakhom706@gmail.com
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: zoneminder-1.25.0
Message-ID:  <CALruTQeLFeyLOXJd9ih5rGBbXL3Xy-N-Q24Xj%2B3LrKdS20agdw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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=3D"start"; }

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


Cheers,
Hern=E1n



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALruTQeLFeyLOXJd9ih5rGBbXL3Xy-N-Q24Xj%2B3LrKdS20agdw>