From owner-freebsd-ports Thu Feb 14 6:20: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42B1737B416 for ; Thu, 14 Feb 2002 06:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1EEK1310916; Thu, 14 Feb 2002 06:20:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47CAC37B428 for ; Thu, 14 Feb 2002 06:19:20 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1EEJKJ10799; Thu, 14 Feb 2002 06:19:20 -0800 (PST) (envelope-from nobody) Message-Id: <200202141419.g1EEJKJ10799@freefall.freebsd.org> Date: Thu, 14 Feb 2002 06:19:20 -0800 (PST) From: Kees Jan Koster To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/34931: Default users in WWW ports to use newly introduced www user Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34931 >Category: ports >Synopsis: Default users in WWW ports to use newly introduced www user >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 14 06:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kees Jan Koster >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD makalu.research.kpn.com 4.5-STABLE FreeBSD 4.5-STABLE #2: Tue Feb 12 21:56:50 CET 2002 kjkoster@makalu.research.kpn.com:/usr/obj/usr/src/sys/MAKALU i386 >Description: FreeBSD has recently introduced a default www user and group> I think Orion and Tomcat should default to using that user ID. >How-To-Repeat: >Fix: --- www/orion/Makefile.orig Thu Feb 14 15:10:10 2002 +++ www/orion/Makefile Thu Feb 14 15:10:33 2002 @@ -39,8 +39,8 @@ .if ${WITH_JIKES} == "YES" RUN_DEPENDS+= ${JIKES_LOCATION}:${PORTSDIR}/java/jikes .endif -USER_NAME?= ${PORTNAME} -GROUP_NAME?= ${USER_NAME} +USER_NAME?= www +GROUP_NAME?= www USER_ID?= 7104 GROUP_ID?= ${USER_ID} PW?= /usr/sbin/pw --- www/jakarta-tomcat/Makefile.orig Thu Feb 14 15:10:54 2002 +++ www/jakarta-tomcat/Makefile Thu Feb 14 15:11:04 2002 @@ -34,8 +34,8 @@ APP_TITLE= Jakarta Tomcat JAVA_HOME?= ${LOCALBASE}/jdk1.3.1 JAVA_PORT?= ${PORTSDIR}/java/jdk13 -USER_NAME?= ${APP_SHORTNAME} -GROUP_NAME?= ${USER_NAME} +USER_NAME?= www +GROUP_NAME?= www USER_ID?= 7103 GROUP_ID?= ${USER_ID} PW?= /usr/sbin/pw >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message