FreeBSD Bugzilla – Attachment 145806 Details for
Bug 192676
[PATCH] www/spawn-fcgi: add a flag to set command_interpreter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add a flag to set command_interpreter
s.diff (text/plain), 1.07 KB, created by
mitsururike
on 2014-08-15 09:03:57 UTC
(
hide
)
Description:
add a flag to set command_interpreter
Filename:
MIME Type:
Creator:
mitsururike
Created:
2014-08-15 09:03:57 UTC
Size:
1.07 KB
patch
obsolete
>diff --git a/www/spawn-fcgi/Makefile b/www/spawn-fcgi/Makefile >index 9f969de..3ce354c 100644 >--- a/www/spawn-fcgi/Makefile >+++ b/www/spawn-fcgi/Makefile >@@ -7,6 +7,7 @@ > > PORTNAME= spawn-fcgi > PORTVERSION= 1.6.4 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/ > >diff --git a/www/spawn-fcgi/files/spawn-fcgi.in b/www/spawn-fcgi/files/spawn-fcgi.in >index 75bd893..3aca909 100644 >--- a/www/spawn-fcgi/files/spawn-fcgi.in >+++ b/www/spawn-fcgi/files/spawn-fcgi.in >@@ -14,6 +14,7 @@ > # spawn_fcgi_bindsocket > # spawn_fcgi_web_server_addrs > # spawn_fcgi_allowed_env >+# spawn_fcgi_command_interpreter > > . /etc/rc.subr > >@@ -50,6 +51,10 @@ else > _spawn_fcgi_chroot="" > fi > >+if [ -n "${spawn_fcgi_command_interpreter}" ]; then >+ command_interpreter=${spawn_fcgi_command_interpreter} >+fi >+ > command="/usr/local/bin/spawn-fcgi" > command_args="-u ${spawn_fcgi_username} -g ${spawn_fcgi_groupname} ${_spawn_fcgi_bind} ${_spawn_fcgi_chroot} -P ${spawn_fcgi_pidfile} -- ${spawn_fcgi_app} ${spawn_fcgi_app_args}" > pidfile=${spawn_fcgi_pidfile}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 192676
: 145806