diff options
author | plunky <plunky@pkgsrc.org> | 2007-11-26 08:27:24 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2007-11-26 08:27:24 +0000 |
commit | 7f623d9f3355f7f115a51cd249797dbbeacfd1ff (patch) | |
tree | 575f788f328a9e3f124afe6f21e1c18f28210349 /mail/nullmailer/Makefile | |
parent | f9c3120f4307204fdb231d417a63492734a6e878 (diff) | |
download | pkgsrc-7f623d9f3355f7f115a51cd249797dbbeacfd1ff.tar.gz |
set permissions on the fifo when we make the fifo rather than using
SPECIAL_PERMS because ordering seems to be an issue
Diffstat (limited to 'mail/nullmailer/Makefile')
-rw-r--r-- | mail/nullmailer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index f95b53273bd..7aeea20d383 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/07/04 20:54:45 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2007/11/26 08:27:24 plunky Exp $ DISTNAME= nullmailer-1.03 CATEGORIES= mail @@ -44,8 +44,6 @@ SPECIAL_PERMS+= libexec/nullmailer/mailq \ ${NULLMAILER_USER} ${NULLMAILER_GROUP} 4555 SPECIAL_PERMS+= libexec/nullmailer/nullmailer-queue \ ${NULLMAILER_USER} ${NULLMAILER_GROUP} 4555 -SPECIAL_PERMS+= ${VARBASE}/spool/nullmailer/trigger \ - ${NULLMAILER_USER} ${NULLMAILER_GROUP} 0600 SUBST_CLASSES+= paths SUBST_FILES.paths= ${WRKDIR}/mailer.conf |