Date: Thu, 21 Jul 2011 14:40:08 GMT From: Nick Hilliard <nick@foobar.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/158824: devel/flyspray: share/flyspray/flyspray.conf.php remains with access mode rw-rw-rw after new installation! Message-ID: <201107211440.p6LEe8ZY045975@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/158824; it has been noted by GNATS. From: Nick Hilliard <nick@foobar.org> To: bug-followup@FreeBSD.ORG Cc: Edwin Groothuis <edwin@FreeBSD.ORG> Subject: Re: ports/158824: devel/flyspray: share/flyspray/flyspray.conf.php remains with access mode rw-rw-rw after new installation! Date: Thu, 21 Jul 2011 15:37:48 +0100 This is by design. The file needs to be writable by the web user, because configuration changes are made during the installation process. If the file is not writable, then the installation procedure fails. If you attempt to load the file via URL, it will fail due to the PHP on the first line: > ; <?php die( 'Do not access this page directly.' ); ?> This means that you cannot view the contents of the file. And as the only way of modifying the file is via a third party package with www:www write access, I don't think there's a problem here. GNATS: not a bug. Nick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107211440.p6LEe8ZY045975>