Bug 228805 - www/uwsgi: Fix typo in uwsgi.in file, assign correct uwsgi_gid
Summary: www/uwsgi: Fix typo in uwsgi.in file, assign correct uwsgi_gid
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-07 14:55 UTC by Nikola Kolev
Modified: 2018-06-22 15:00 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (eugene)


Attachments
uwsgi gid patch (798 bytes, text/plain)
2018-06-07 14:55 UTC, Nikola Kolev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikola Kolev 2018-06-07 14:55:44 UTC
Created attachment 194066 [details]
uwsgi gid patch

Current uwsgi startup script doesn't care about uwsgi_gid in rc.conf because it is using only uwsgi_uid.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-06-22 15:00:37 UTC
A commit references this bug:

Author: swills
Date: Fri Jun 22 14:59:34 UTC 2018
New revision: 473044
URL: https://svnweb.freebsd.org/changeset/ports/473044

Log:
  www/uwsgi: Fix typo in rc script

  PR:		228805
  Submitted by:	Nikola Kolev <koue@chaosophia.net>
  Approved by:	maintainer timeout (eugene@zhegan.in, > 2 weeks)

Changes:
  head/www/uwsgi/Makefile
  head/www/uwsgi/files/uwsgi.in
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-06-22 15:00:42 UTC
Committed, thanks!