Subject: CVS commit: pkgsrc/mail/qmail-run
To: None <pkgsrc-changes@NetBSD.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 08/23/2004 03:47:48
Module Name:	pkgsrc
Committed By:	schmonz
Date:		Mon Aug 23 03:47:48 UTC 2004

Modified Files:
	pkgsrc/mail/qmail-run: DESCR INSTALL MESSAGE Makefile PLIST
	pkgsrc/mail/qmail-run/files: qmail.sh qmailpop3d.sh qmailqread.sh
	    qmailsend.sh qmailsmtpd.sh
Added Files:
	pkgsrc/mail/qmail-run/files: qmail-procmail.sh qmail-qfilter-queue.sh

Log Message:
Replace dependency on "qmail or netqmail" with dependency on qmail.

Remove dependency on mailwrapper. If you're on a Linux with
/etc/alternatives, for instance, you don't need it. For platforms
where mailwrapper builds and provides functionality not otherwise
available, it's still a good idea.

Remove dependency on rc.subr. Teach the rc.d scripts to start
services even in the absence of rc.subr. For full rc.d-style
functionality, rc.subr is still required.

Create control/concurrencypop3 at install time, and use it in the
qmailpop3d rc.d script. From Dave Sill's book.

Add comments to the qmail rc.d script to satisfy Linux's chkconfig
utility. From the qmailctl script in "Life with qmail".

Add qmail-procmail wrapper script to map procmail's exit codes to
qmail's. To use procmail, install it and call this script. From
Dave Sill's book.

Add qmail-qfilter-queue wrapper script. Previously part of the
qmail-qfilter package, it's moving here for the same reasons that
all my other custom scripts moved here.

Insert a blank comment line in pkgsrc-generated config files.

Bump version.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/mail/qmail-run/DESCR \
    pkgsrc/mail/qmail-run/INSTALL pkgsrc/mail/qmail-run/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/mail/qmail-run/MESSAGE \
    pkgsrc/mail/qmail-run/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/mail/qmail-run/files/qmail-procmail.sh \
    pkgsrc/mail/qmail-run/files/qmail-qfilter-queue.sh
cvs rdiff -r1.2 -r1.3 pkgsrc/mail/qmail-run/files/qmail.sh \
    pkgsrc/mail/qmail-run/files/qmailpop3d.sh \
    pkgsrc/mail/qmail-run/files/qmailqread.sh \
    pkgsrc/mail/qmail-run/files/qmailsend.sh \
    pkgsrc/mail/qmail-run/files/qmailsmtpd.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.