Date: Wed, 20 Dec 2000 07:50:02 -0800 (PST) From: "Scot W. Hetzel" <hetzels@westbend.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/23680: Update mail/cyrus update for portlint compliance Message-ID: <200012201550.eBKFo2I35078@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/23680; it has been noted by GNATS. From: "Scot W. Hetzel" <hetzels@westbend.net> To: <dwcjr@inethouston.net>, <FreeBSD-gnats-submit@FreeBSD.ORG> Cc: Subject: Re: ports/23680: Update mail/cyrus update for portlint compliance Date: Wed, 20 Dec 2000 09:41:01 -0600 From: <dwcjr@inethouston.net> This patch has one problem, the following is not needed in the Makefile, as the security/cyrus-sasl port owns the /var/pwcheck directory now. PR 22465 was submitted Nov 1st to fix this problem, but no action was taken, after it was assigned to the maintaner (stb@freebsd.org). > @${ECHO} "@mode u=rwx,go=" >>${TMPPLIST} > - @${ECHO} "@exec mkdir /var/pwcheck" >>${TMPPLIST} > - @${ECHO} "@exec chown cyrus:cyrus /var/pwcheck" >>${TMPPLIST} > - @${ECHO} "@exec chmod go= /var/pwcheck" >>${TMPPLIST} > - @${ECHO} "@exec mkdir /var/spool/imap" >>${TMPPLIST} > - @${ECHO} "@exec chown cyrus:cyrus /var/spool/imap" >>${TMPPLIST} > - @${ECHO} "@exec chmod g-w,o= /var/spool/imap" >>${TMPPLIST} > + @${ECHO} "@exec ${MKDIR} /var/pwcheck" >>${TMPPLIST} > + @${ECHO} "@exec ${CHOWN} cyrus:cyrus /var/pwcheck" >>${TMPPLIST} > + @${ECHO} "@exec ${CHMOD} go= /var/pwcheck" >>${TMPPLIST} > + @${ECHO} "@exec ${MKDIR} /var/spool/imap" >>${TMPPLIST} > + @${ECHO} "@exec ${CHOWN} cyrus:cyrus /var/spool/imap" >>${TMPPLIST} > + @${ECHO} "@exec ${CHMOD} g-w,o= /var/spool/imap" >>${TMPPLIST} > + @${ECHO} "@exec ${CHMOD} g-w,o= /var/spool/imap" >>${TMPPLIST} > @${ECHO} "@cwd /var" >>${TMPPLIST} > @${ECHO} "@dirrm pwcheck" >>${TMPPLIST} Scot 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?200012201550.eBKFo2I35078>