On Thu, Mar 31, 2005 at 10:53:42AM +0200, andreas scherrer wrote:
> Hi
>
> I would like to run bincimap using daemontools. I compiled it from
> source (./configure, make, make install). The readme says (line 172)
> "Edit /usr/local/etc/service/bincimap/run ... ", but I do not have
> these files (not even the service and bincimap folders).
>
> Can anybody tell me what has to be in
> /usr/local/etc/service/bincimap{s}/{log/}run?
That path is incorrect; it should read /usr/local/var/service..
Double check that that's the path used by make install with
make -n install | grep service
(-n means just print, don't do, so no files will be overwritten..)
//Peter