diff options
| author | perry <perry@NetBSD.org> | 2002-02-04 02:39:06 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2002-02-04 02:39:06 +0000 |
| commit | 84a067585ab2207539b4b0bf9f9d052405bdff4e (patch) | |
| tree | 7c77a43ade3a36ba0d22c1adbb176acb6c57bad2 /gnu/usr.sbin/postfix/postqueue/Makefile | |
| parent | 0a4e099c15323504e1da93a37dac612bc31eec51 (diff) | |
postqueue needs to be sgid maildrop.
Diffstat (limited to 'gnu/usr.sbin/postfix/postqueue/Makefile')
| -rw-r--r-- | gnu/usr.sbin/postfix/postqueue/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.sbin/postfix/postqueue/Makefile b/gnu/usr.sbin/postfix/postqueue/Makefile index 74d3689a06d..61d6b0e2fcf 100644 --- a/gnu/usr.sbin/postfix/postqueue/Makefile +++ b/gnu/usr.sbin/postfix/postqueue/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.1 2002/02/02 23:21:49 perry Exp $ +# $NetBSD: Makefile,v 1.2 2002/02/04 02:39:06 perry Exp $ PROG= postqueue DIST= ${.CURDIR}/../../../dist/postfix/src/${PROG} .PATH: ${DIST} -BINDIR= ${PFIX_SBINDIR} +BINDIR= ${PFIX_SBINDIR} +BINGRP= maildrop +BINMODE=2555 DPADD+= ${LIBPGLOBAL} ${LIBPUTIL} LDADD+= ${LIBPGLOBAL} ${LIBPUTIL} |
