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:
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
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
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:
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
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
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
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
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