pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sendmail make sure that mail.local gets installed...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a0b52be3d25
branches:  trunk
changeset: 769230:4a0b52be3d25
user:      jnemeth <jnemeth%pkgsrc.org@localhost>
date:      Tue Nov 09 22:02:36 2021 +0000

description:
make sure that mail.local gets installed with appropriate permissions

diffstat:

 mail/sendmail/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 6cb58dae65c6 -r 4a0b52be3d25 mail/sendmail/Makefile
--- a/mail/sendmail/Makefile    Tue Nov 09 20:35:35 2021 +0000
+++ b/mail/sendmail/Makefile    Tue Nov 09 22:02:36 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.139 2021/07/04 07:57:13 jnemeth Exp $
+# $NetBSD: Makefile,v 1.140 2021/11/09 22:02:36 jnemeth Exp $
 
 PKGNAME=       sendmail-${DIST_VERS}
-#PKGREVISION=  9
+PKGREVISION=   1
 COMMENT=       The well known Mail Transport Agent
 
 CONFLICTS+=    courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]*
@@ -29,6 +29,7 @@
 MAKE_DIRS_PERMS+=      /${VARBASE}/spool/mqueue ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0700
 
 SPECIAL_PERMS+=                libexec/sendmail/sendmail ${REAL_ROOT_USER} smmsp 2555
+SPECIAL_PERMS+=                libexec/sendmail/mail.local ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 4555
 
 PKG_GROUPS=            smmsp
 PKG_USERS=             smmsp:smmsp



Home | Main Index | Thread Index | Old Index