1456891f7e
The web build uses WEBGRP and CGIGRP to determine group ownership during the build phase. When left unset, the default group is 'www'. The problem is that if $USER is not in group 'www', the build will fail due to lack of permissions via chgrp(1). This change sets default values for WEBGRP and CGIGRP to $USER, unless explicitly set during build time to prevent chgrp(1)-invoked build failure. Note: This change has no effect for users currently setting WEBGRP and CGIGRP, either via command-line or within scripts. Reviewed by: -www@ (silence) |
||
---|---|---|
.. | ||
doc.common.mk | ||
doc.docbook.mk | ||
doc.html.mk | ||
doc.images.mk | ||
doc.install.mk | ||
doc.project.mk | ||
doc.slides.mk | ||
doc.subdir.mk | ||
doc.xml.mk | ||
web.site.mk |