Bug 154909 - [patch] www/redmine: rc script with alternate user/group
Summary: [patch] www/redmine: rc script with alternate user/group
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-20 12:50 UTC by David Demelier
Modified: 2011-03-08 21:00 UTC (History)
0 users

See Also:


Attachments
redmine.in.diff (832 bytes, patch)
2011-02-20 12:50 UTC, David Demelier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Demelier 2011-02-20 12:50:09 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-20 12:50:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->decke

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-08 20:53:18 UTC
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"
Comment 3 Bernhard Froehlich freebsd_committer freebsd_triage 2011-03-08 20:54:24 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!