Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 2015 13:11:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195329] [PATCH] www/phpsysinfo: Update to 3.1.17
Message-ID:  <bug-195329-13-YIyxm06NPC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195329-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195329-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195329

--- Comment #9 from Ralf van der Enden <tremere@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195329-13-YIyxm06NPC>