1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Set the setgid bit on vchkpw, too - it simply will not work without it :)

PR:		85788
Submitted by:	Renato Botelho <garga@freebsd.org>
This commit is contained in:
Peter Pentchev 2006-01-27 13:47:16 +00:00
parent c5db392698
commit 09163ad68c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154604

View File

@ -7,7 +7,7 @@
PORTNAME= vpopmail
PORTVERSION= 5.4.10
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -376,7 +376,7 @@ post-install:
${INSTALL_DATA} ${LDAP_FILES} ${PREFIX}/vpopmail/ldap
.endif
.if defined(WITH_SUID_VCHKPW)
${CHMOD} u+s ${PREFIX}/vpopmail/bin/vchkpw
${CHMOD} ug+s ${PREFIX}/vpopmail/bin/vchkpw
.endif
.include <bsd.port.post.mk>