From 09163ad68c60079fe394966103d7ad6f7cba4bcb Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Fri, 27 Jan 2006 13:47:16 +0000 Subject: [PATCH] Set the setgid bit on vchkpw, too - it simply will not work without it :) PR: 85788 Submitted by: Renato Botelho --- mail/vpopmail/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index b22e149d8ddb..2281ee9e9d30 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -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