View | Details | Raw Unified | Return to bug 192676
Collapse All | Expand All

(-)b/www/spawn-fcgi/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	spawn-fcgi
8
PORTNAME=	spawn-fcgi
9
PORTVERSION=	1.6.4
9
PORTVERSION=	1.6.4
10
PORTREVISION=	1
10
CATEGORIES=	www
11
CATEGORIES=	www
11
MASTER_SITES=	http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/
12
MASTER_SITES=	http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/
12
13
(-)b/www/spawn-fcgi/files/spawn-fcgi.in (+5 lines)
Lines 14-19 Link Here
14
# spawn_fcgi_bindsocket
14
# spawn_fcgi_bindsocket
15
# spawn_fcgi_web_server_addrs
15
# spawn_fcgi_web_server_addrs
16
# spawn_fcgi_allowed_env
16
# spawn_fcgi_allowed_env
17
# spawn_fcgi_command_interpreter
17
18
18
. /etc/rc.subr
19
. /etc/rc.subr
19
20
Lines 50-55 else Link Here
50
    _spawn_fcgi_chroot=""
51
    _spawn_fcgi_chroot=""
51
fi
52
fi
52
53
54
if [ -n "${spawn_fcgi_command_interpreter}" ]; then
55
  command_interpreter=${spawn_fcgi_command_interpreter}
56
fi
57
53
command="/usr/local/bin/spawn-fcgi"
58
command="/usr/local/bin/spawn-fcgi"
54
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}"
59
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}"
55
pidfile=${spawn_fcgi_pidfile}
60
pidfile=${spawn_fcgi_pidfile}

Return to bug 192676