www/typo installs its tmp directory with root:wheel ownership, and does not make this writeable by the web server. This makes it so Typo/Rails cannot create cache files if running out of this directory (or write out sessions if you are using the filesystem for sessions). Fix: Here is a patch to the port's Makefile that chowns Typo's tmp directory to www:www, as is done with the log and public directories.
State Changed From-To: open->feedback Awaiting maintainers feedback
Edwin Groothuis wrote: > Maintainer of www/typo, > > Please note that PR ports/105458 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/105458 > Fine with me, please commit. Jonathan -- Jonathan Weiss http://blog.innerewut.de
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2006-11-13 10:15:23 UTC FreeBSD ports repository Modified files: www/typo Makefile Log: - Fix permissions PR: ports/105458 Submitted by: Nick Barkas <snb@moduli.net> Approved by: maintainer Revision Changes Path 1.8 +1 -0 ports/www/typo/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!