Date: Thu, 14 Feb 2002 06:19:20 -0800 (PST) From: Kees Jan Koster <k.j.koster@kpn.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/34931: Default users in WWW ports to use newly introduced www user Message-ID: <200202141419.g1EEJKJ10799@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202141419.g1EEJKJ10799>