cvs commit: ports/www/fcgiwrap Makefile ports/www/fcgiwrap/files fcgiwrap.in

2012-01-27 Thread Baptiste Daroussin
bapt2012-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:

Re: cvs commit: ports/www/fcgiwrap Makefile ports/www/fcgiwrap/files fcgiwrap.in

2010-11-30 Thread Doug Barton
On 11/30/2010 02:55, Baptiste Daroussin wrote: 2010/11/29 Doug Barton: Your solution is fine, however if you supply "root" as a default value for _user then you could simplify it down to: start_precmd="install -d -o $fcgiwrap_user -m 755 /var/run/fcgiwrap" (Or use whatever value of -m is appro

Re: cvs commit: ports/www/fcgiwrap Makefile ports/www/fcgiwrap/files fcgiwrap.in

2010-11-30 Thread Baptiste Daroussin
2010/11/29 Doug Barton : > Your solution is fine, however if you supply "root" as a default value for > _user then you could simplify it down to: > > start_precmd="install -d -o $fcgiwrap_user -m 755 /var/run/fcgiwrap" > > (Or use whatever value of -m is appropriate.) > This is great but this solu

Re: cvs commit: ports/www/fcgiwrap Makefile ports/www/fcgiwrap/files fcgiwrap.in

2010-11-29 Thread Doug Barton
Your solution is fine, however if you supply "root" as a default value for _user then you could simplify it down to: start_precmd="install -d -o $fcgiwrap_user -m 755 /var/run/fcgiwrap" (Or use whatever value of -m is appropriate.) hth, Doug On 11/29/2010 03:47, Baptiste Daroussin wrote:

cvs commit: ports/www/fcgiwrap Makefile ports/www/fcgiwrap/files fcgiwrap.in

2010-11-29 Thread Baptiste Daroussin
bapt2010-11-29 11:47:07 UTC FreeBSD ports repository Modified files: www/fcgiwrap Makefile www/fcgiwrap/files fcgiwrap.in Log: Fix rc script when fcgiwrap_user is not set bump portrevision Revision ChangesPath 1.6 +1 -1 ports/www/fcgiwr

Re: cvs commit: ports/www/fcgiwrap Makefile ports/www/fcgiwrap/files fcgiwrap.in

2010-08-20 Thread Doug Barton
On 08/20/2010 01:55, Baptiste Daroussin wrote: 2010/8/19 Doug Barton: This is a very nice looking script, well done! The only problem is that _flags should not be added to command_args, it will cause them to be added twice since rc.subr already takes care of this. Doug thanks. Concerning th

Re: cvs commit: ports/www/fcgiwrap Makefile ports/www/fcgiwrap/files fcgiwrap.in

2010-08-20 Thread Baptiste Daroussin
2010/8/19 Doug Barton : > This is a very nice looking script, well done! The only problem is that > _flags should not be added to command_args, it will cause them to be added > twice since rc.subr already takes care of this. > > > Doug thanks. Concerning the _flags I'll make the change. by the w

Re: cvs commit: ports/www/fcgiwrap Makefile ports/www/fcgiwrap/files fcgiwrap.in

2010-08-19 Thread Doug Barton
This is a very nice looking script, well done! The only problem is that _flags should not be added to command_args, it will cause them to be added twice since rc.subr already takes care of this. Doug On 08/17/2010 12:40, Baptiste Daroussin wrote: bapt2010-08-17 19:40:37 UTC Free

cvs commit: ports/www/fcgiwrap Makefile ports/www/fcgiwrap/files fcgiwrap.in

2010-08-17 Thread Baptiste Daroussin
bapt2010-08-17 19:40:37 UTC FreeBSD ports repository Modified files: www/fcgiwrap Makefile Added files: www/fcgiwrap/files fcgiwrap.in Log: - Add rc script Approved by:tabthorpe (mentor) Revision ChangesPath 1.3 +3 -0 ports/www