pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
opensmtpd: fix directory permissions.
Module Name: pkgsrc-wip
Committed By: Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By: vms
Date: Sun Jul 30 20:29:40 2023 +0200
Changeset: 15557bef5ad4c442a0b4ae9174d7897cc310af64
Modified Files:
opensmtpd/Makefile
Log Message:
opensmtpd: fix directory permissions.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=15557bef5ad4c442a0b4ae9174d7897cc310af64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
opensmtpd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/opensmtpd/Makefile b/opensmtpd/Makefile
index 165f35d4e0..b5d38b987f 100644
--- a/opensmtpd/Makefile
+++ b/opensmtpd/Makefile
@@ -63,7 +63,7 @@ SETUID_ROOT_PERMS?= ${REAL_ROOT_USER} _smtpq 2555
SPECIAL_PERMS+= sbin/smtpctl ${SETUID_ROOT_PERMS}
MAKE_DIRS+= ${PKG_SYSCONFDIR}/smtpd
-MAKE_DIRS+= ${VARBASE}/empty ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 070
+MAKE_DIRS+= ${VARBASE}/empty ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0700
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= pre-configure
Home |
Main Index |
Thread Index |
Old Index