Bug 164186 - [patch] Improve www/fcgiwrap port with support for rc.d profiles.
Summary: [patch] Improve www/fcgiwrap port with support for rc.d profiles.
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: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-15 20:50 UTC by Charlie &
Modified: 2012-01-27 08:10 UTC (History)
0 users

See Also:


Attachments
fcgiwrap.diff (3.32 KB, patch)
2012-01-15 20:50 UTC, Charlie &
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie & 2012-01-15 20:50:10 UTC
	Adds an easy way to run multiple fcgiwrap daemons, each with their own settings.
	The approach is analogous to the one nginx (www/nginx) uses.

	It also fixes a couple of small portlint issues.

Fix: Apply the attached patch.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-15 20:50:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-27 08:05:23 UTC
bapt        2012-01-27 08:05:14 UTC

  FreeBSD ports repository

  Modified files:
    www/fcgiwrap         Makefile 
    www/fcgiwrap/files   fcgiwrap.in 
  Log:
  - Enable multiprofile fcgiwrap rc script modeled over the nginx rc script
  - pet portlint
  - bump portrevision
  
  PR:             ports/164186
  Submitted by:   srdjan.rosic@gmail.com
  
  Revision  Changes    Path
  1.8       +3 -2      ports/www/fcgiwrap/Makefile
  1.8       +50 -3     ports/www/fcgiwrap/files/fcgiwrap.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 Baptiste Daroussin freebsd_committer freebsd_triage 2012-01-27 08:05:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!