summaryrefslogtreecommitdiff
path: root/mail/nullmailer/files/nullmailer.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-10-14fix the DESTDIR support by removing the install-root target whichplunky1-10/+3
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
2009-10-11fix a problem with the rc script where the command would not startplunky1-2/+8
at boot time. This is because the & is within the command_args string. use a start_cmd instead.
2005-08-20Update to 1.00. From the changelog:schmonz1-11/+15
- Fixed problem with multiple arguments to protocol modules. Thanks Sascha Silbe. - Fixed extraneous spaces in SMTP sender. - Made permissions on queued files more strict. - Handle the "-bs" flag in the sendmail wrapper by dieing when we see it. - Fixed the address parser handling domain names with trailing periods. - Fixed bug in header parsing that would cause the last header line to be repeated if there was no body. - Fixed bug in handling headers containing CR+LF line endings. pkgsrc changes: * Replace @exec and @unexec in PLIST with bsd.pkginstall.mk incantations * sort PLIST * Honor VARBASE in manpages and rc.d script * Enable logging in rc.d script * Allow rc.d script to start nullmailer without rc.subr * Take MAINTAINER.
2004-08-30Set USE_BUILDLINK3=yes and USE_LANGUAGES=c++. Use RCD_SCRIPTS inschmonz1-0/+25
the canonical way.