pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/sendmail



Module Name:    pkgsrc
Committed By:   jnemeth
Date:           Tue Nov  9 22:02:36 UTC 2021

Modified Files:
        pkgsrc/mail/sendmail: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 pkgsrc/mail/sendmail/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/sendmail/Makefile
diff -u pkgsrc/mail/sendmail/Makefile:1.139 pkgsrc/mail/sendmail/Makefile:1.140
--- pkgsrc/mail/sendmail/Makefile:1.139 Sun Jul  4 07:57:13 2021
+++ pkgsrc/mail/sendmail/Makefile       Tue Nov  9 22:02:36 2021
@@ -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/clie
 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