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 | 12351d2476e45a48b25d65ccb4c43a2d0fbce6a4 (patch) | |
tree | 2dc743a478318addecf45daa709120a4e93754cb /mail/sqwebmail | |
parent | 180117a405eae3de2a5ad9227185c3b520b9ab8b (diff) | |
download | pkgsrc-12351d2476e45a48b25d65ccb4c43a2d0fbce6a4.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/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index d2a8868cdae..ab0e4133631 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2007/06/07 07:50:57 schmonz Exp $ +# $NetBSD: Makefile,v 1.52 2007/06/15 18:15:19 jlam Exp $ DISTNAME= sqwebmail-5.1.2 PKGREVISION= 1 @@ -99,7 +99,7 @@ CONF_FILES_PERMS+= ${PREFIX}/share/courier/sqwebmail/${_file_} \ ${COURIER_SCRIPT_PERMS} .endfor SPECIAL_PERMS= ${LIBEXECDIR}/sqwebpasswd \ - ${COURIER_USER} ${COURIER_GROUP} 2755 + ${COURIER_USER} ${COURIER_GROUP} 2555 RCD_SCRIPTS= sqwebmail INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 sbin |