diff options
author | schmonz <schmonz@pkgsrc.org> | 2017-08-04 06:35:28 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2017-08-04 06:35:28 +0000 |
commit | 37666722b3f2755c3633e6f4f1ca1ea35c06bca9 (patch) | |
tree | 3667fd1ca0a153b672b3f6489606d6f964186a34 /mail/qmail-run/Makefile | |
parent | 93b0dc24a2a21a7085abeda6a403b48670becad3 (diff) | |
download | pkgsrc-37666722b3f2755c3633e6f4f1ca1ea35c06bca9.tar.gz |
If there's more than one qmail-send running (e.g., /var/qmail2 running
from /service), the rc.d script can't tell which is ours. Make and use
a pidfile.
(The other rc.d scripts set argv[0] to names that are unlikely to
collide, but there's no easy way to do that for the qmail-send process
exec'd by qmail-start.)
Bump PKGREVISION.
Diffstat (limited to 'mail/qmail-run/Makefile')
-rw-r--r-- | mail/qmail-run/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail-run/Makefile b/mail/qmail-run/Makefile index 9288493542f..51a44c7e80b 100644 --- a/mail/qmail-run/Makefile +++ b/mail/qmail-run/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2017/07/30 03:05:58 schmonz Exp $ +# $NetBSD: Makefile,v 1.42 2017/08/04 06:35:28 schmonz Exp $ # -DISTNAME= qmail-run-20170729 +DISTNAME= qmail-run-20170804 CATEGORIES= mail MASTER_SITES= # empty DISTFILES= # empty |