The current OTRS port does not use a static UID or GID assigned in /usr/ports/UIDs and /usr/ports/GIDs. This patch causes OTRS to use UID and GID 121 when it creates a new user, as that number is currently unassigned. In addition to my patch below, appropriate lines will have to be added to the UIDs and GIDs files. Also, this upgrades to the latest release of OTRS, 2.1.6. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-04-11 13:25:11 UTC FreeBSD ports repository Modified files: devel/otrs Makefile distinfo pkg-plist devel/otrs/files pkg-install.in Removed files: devel/otrs/files patch-bin-SetPermissions.sh Log: - Update to 2.1.6 - Add static UID/GID support PR: 111179 Submitted by: Nick Barkas<snb@threerings.net> (maintainer) Revision Changes Path 1.8 +1 -2 ports/devel/otrs/Makefile 1.3 +3 -3 ports/devel/otrs/distinfo 1.2 +0 -15 ports/devel/otrs/files/patch-bin-SetPermissions.sh (dead) 1.2 +5 -3 ports/devel/otrs/files/pkg-install.in 1.4 +2 -0 ports/devel/otrs/pkg-plist _______________________________________________ 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. Thanks!