The current www/redmine rc script use by default www as user and www as group. This is obviously better than root:wheel but alternatives configuration may be fine for alternate purpose. For example I prefere adding a redmine user to run the thin server. This patch allow the user to set thin_user and group_user in his /etc/rc.conf to change the -u -g thin flags.
Responsible Changed From-To: freebsd-ports-bugs->decke Over to maintainer (via the GNATS Auto Assign Tool)
decke 2011-03-08 20:53:05 UTC FreeBSD ports repository Modified files: www/redmine Makefile www/redmine/files redmine.in Log: - Improve rc script with alternate user/group - Add USERS/GROUPS - Bump PORTREVISION PR: ports/154909 Submitted by: David Demelier <demelier.david@gmail.com> Revision Changes Path 1.25 +4 -0 ports/www/redmine/Makefile 1.4 +6 -2 ports/www/redmine/files/redmine.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: open->closed Committed, with minor changes. Thanks!