From owner-cvs-all Thu Jan 2 19:28:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8672637B401; Thu, 2 Jan 2003 19:28:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32A8143EC2; Thu, 2 Jan 2003 19:28:23 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h033SNfh066067; Thu, 2 Jan 2003 19:28:23 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h033SM8I066066; Thu, 2 Jan 2003 19:28:22 -0800 (PST) Message-Id: <200301030328.h033SM8I066066@repoman.freebsd.org> From: Chris Costello Date: Thu, 2 Jan 2003 19:28:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/trustedbsd/www trusted.web.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2003/01/02 19:28:22 PST Modified files: trustedbsd/www trusted.web.mk Log: Change the WEBOWN/WEBGRP behavior to default to the user's effective user and group names, unless specifically set to something else, so that make all install does not fail and whine if you are not a member of the `www' group. The old behavior is still possible, but you must set WEBGRP from the command line (make WEBGRP=www all install). Sponsored by: DARPA, Network Associates Labs Revision Changes Path 1.5 +6 -3 projects/trustedbsd/www/trusted.web.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message