Subject: CVS commit: pkgsrc/mail/nullmailer
From: Iain Hibbert
Date: 2009-10-14 23:13:41
Message id: 20091014211341.C11DC175DA@cvs.netbsd.org

Log Message:
fix the DESTDIR support by removing the install-root target which
would otherwise cause a chown of the trigger file. (with DESTDIR,
the "nullmail" user & group are not yet created)

Because this leaves the trigger file possibly owned by root, add
a test in the rc "start" path to [re]make it when necessary.

put this test and the daemon background and logging into a
separate script so that it can be run by the rc framework as the
nullmail user in the normal way, and add a procname argument to
allow the "status" and "stop" rc commands to work properly.

bump PKGREVISION

Files:
RevisionActionfile
1.32modifypkgsrc/mail/nullmailer/Makefile
1.10modifypkgsrc/mail/nullmailer/PLIST
1.4modifypkgsrc/mail/nullmailer/files/nullmailer.sh
1.1addpkgsrc/mail/nullmailer/files/nullmailer-daemon