[Bug 195329] [PATCH] www/phpsysinfo: Update to 3.1.17

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 6 13:11:27 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195329

--- Comment #9 from Ralf van der Enden <tremere at cainites.net> ---
Actually the line following the one you mention sets everything that's a file
back to ${NOBINMODE}:
${FIND} ${STAGEDIR}${WWWDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}

So basically what the two lines combined do, is set files to 444 and
directories to 555.

Moving all that to the pkg-plist is a lot more complicated than 2 simple lines,
but I'll give it a go.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list