Date: Wed, 19 Jul 2006 23:30:23 GMT From: "Steffen M. Boelaars" <boelaars@flatrock.eu> To: freebsd-i386@FreeBSD.org Subject: Re: i386/100541: Bug in installing any php4-extension as non-root user: file that needs writing during install is set to mode 444 during install. Message-ID: <200607192330.k6JNUNJu015665@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/100541; it has been noted by GNATS. From: "Steffen M. Boelaars" <boelaars@flatrock.eu> To: bug-followup@FreeBSD.org Cc: Subject: Re: i386/100541: Bug in installing any php4-extension as non-root user: file that needs writing during install is set to mode 444 during install. Date: Thu, 20 Jul 2006 01:21:55 +0200 (CEST) The error occurs for www/lynx-ssl (and I guess the other lynx ports as well): sed -e '/^HELPFILE:http/s!^!#!' -e '/^#HELPFILE:file/s!#!!' -e '/^HELPFILE:file/s!/PATH_TO/lynx_help!/home/users/whiter/apps/share/lynx_help!' -e '/^[A-Z_]*:/s!/PATH_TO/lynx_doc!/home/users/whiter/apps/share/doc/lynx!' -e '/^HELPFILE:file/s!$!!' -e '/^HELPFILE:file/s!$!!' /home/users/whiter/apps/etc/lynx.tmp >/home/users/whiter/apps/etc/lynx.cfg.default cannot create /home/users/whiter/apps/etc/lynx.cfg.default: Permission denied *** Error code 2 It's a problem that doesn't occur when installing as root, since root doesn't care about write permissions.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607192330.k6JNUNJu015665>