The user and group for tomcat are configurable, however the id has to be 80. This didn't make sense to me, so I put a configurable option in for the id as well. Fix: patch included Patch attached with submission follows:
Forgot to include the "patch" prefix. To expand on the description a bit... I believe having the choice of a user/group introduced a bug The 'www' user is the default user and group, however there is a choice to use something other than the default. However, the uid is not an option to tune, and has to be '80'. The 'www' user is in /usr/ports/UPDATING, so in order to add a different user, you would need to remove the www user, but this causes a warning when doing a 'make index' under /usr/ports. You could simply change the id of www on your system, but I don't think this is the best solution, therefore the patch I submitted.
Correction: 'www' uid is in /usr/ports/UIDs
State Changed From-To: open->feedback cc'ed maintainer, ask for approval
stefan 2010-06-29 10:39:30 UTC FreeBSD ports repository Modified files: www/tomcat55 Makefile www/tomcat55/files pkg-install.in Log: Make the UID as configurable as the user/group. PR: 144878 Submitted by: Jason Helfman <jhelfman@e-e.com> Approved by: maintainer timeout (>3 months) Feature safe: yes Revision Changes Path 1.50 +4 -2 ports/www/tomcat55/Makefile 1.2 +2 -2 ports/www/tomcat55/files/pkg-install.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks!