From owner-freebsd-ports Sat Oct 28 20:12:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.com (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 781B137B479 for ; Sat, 28 Oct 2000 20:12:41 -0700 (PDT) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.com (Postfix) with ESMTP id 419B2177EB3; Sat, 28 Oct 2000 22:17:22 -0500 (CDT) Message-ID: <09c501c04156$9e221300$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Cc: Subject: Date: Sat, 28 Oct 2000 22:16:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The latest additions to this port have made the pwcheck daemon incompatible with postfix, here is a patch to fix it. --- Makefile.orig Sat Oct 28 22:08:56 2000 +++ Makefile Sat Oct 28 22:09:13 2000 @@ -120,7 +120,7 @@ @${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/pwcheck.sh \ > ${PREFIX}/etc/rc.d/pwcheck.sh @${CHMOD} 755 ${PREFIX}/etc/rc.d/pwcheck.sh - ${INSTALL} -d -m 700 -o cyrus -g cyrus /var/pwcheck + ${INSTALL} -d -m 770 -o cyrus -g cyrus /var/pwcheck .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/SASL/html .for file in ${DOCS} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message