Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 2000 22:16:24 -0500
From:      "David W. Chapman Jr." <dwcjr@inethouston.net>
To:        <hetzels@westbend.net>
Cc:        <ports@FreeBSD.org>
Message-ID:  <09c501c04156$9e221300$931576d8@inethouston.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?09c501c04156$9e221300$931576d8>