doc/share/mk
Glen Barber 1456891f7e Change WEBGRP and CGIGRP defaults.
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)
2012-09-10 10:47:53 +00:00
..
doc.common.mk Simplifiy DOC_PREFIX_REL. 2012-05-17 21:57:53 +00:00
doc.docbook.mk - Fix ($user-html-header$) to support <script src="foo">. While the rendered 2012-01-31 02:01:32 +00:00
doc.html.mk Add a workaround to prevent Tidy from converting tabs to spaces 2012-01-29 07:25:49 +00:00
doc.images.mk Unbreak build when .OBJDIR is being used (i.e. after running make obj). 2012-01-17 08:36:59 +00:00
doc.install.mk
doc.project.mk
doc.slides.mk
doc.subdir.mk Eliminate duplicate traversal of directories in realinstall target. 2006-11-09 04:23:14 +00:00
doc.xml.mk s/WWW_LANGCODE/LANGCODE/ for localized news.xml. 2012-05-23 01:41:08 +00:00
web.site.mk Change WEBGRP and CGIGRP defaults. 2012-09-10 10:47:53 +00:00