diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-15 18:15:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-15 18:15:06 +0000 |
commit | 485d0ee096da867d8ea368d9823b2a22e63d6ecd (patch) | |
tree | 2dc743a478318addecf45daa709120a4e93754cb /mail/qmail | |
parent | 08674e03e29fefe93e2d0b69760905a01cbad9df (diff) | |
download | pkgsrc-485d0ee096da867d8ea368d9823b2a22e63d6ecd.tar.gz |
* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
in SPECIAL_PERMS usage.
* Consistently use 4555 for setuid and 2555 for setgid programs.
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 122c9a8663a..3e3c59b3890 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2007/04/12 03:42:21 schmonz Exp $ +# $NetBSD: Makefile,v 1.55 2007/06/15 18:15:19 jlam Exp $ # DISTNAME= netqmail-1.05 @@ -99,7 +99,7 @@ PKG_HOME.${user}= ${QMAILDIR} .endfor PKG_HOME.alias= ${QMAILDIR}/alias -SPECIAL_PERMS+= ${PREFIX}/bin/qmail-queue qmailq qmail 4711 +SPECIAL_PERMS+= ${PREFIX}/bin/qmail-queue qmailq qmail 4555 # extract the qmail tarball that was inside the netqmail distfile post-extract: |