FreeBSD Bugzilla – Attachment 131688 Details for
Bug 175823
[patch] www/nginx - better handling of profiles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nginx_coll.diff
nginx_coll.diff (text/plain), 833 bytes, created by
Andrej Zverev
on 2013-02-04 11:50:01 UTC
(
hide
)
Description:
nginx_coll.diff
Filename:
MIME Type:
Creator:
Andrej Zverev
Created:
2013-02-04 11:50:01 UTC
Size:
833 bytes
patch
obsolete
>Index: www/nginx/files/nginx.in >=================================================================== >--- www/nginx/files/nginx.in (revision 311575) >+++ www/nginx/files/nginx.in (working copy) >@@ -33,6 +33,7 @@ > upgrade_cmd="nginx_upgrade" > command="%%PREFIX%%/sbin/nginx" > _pidprefix="%%NGINX_RUNDIR%%" >+_pidprofile_prefix="nginx_" > pidfile="${_pidprefix}/${name}.pid" > _tmpprefix="%%NGINX_TMPDIR%%" > required_files=%%PREFIX%%/etc/nginx/nginx.conf >@@ -47,7 +48,7 @@ > if [ -n "$2" ]; then > profile="$2" > if [ "x${nginx_profiles}" != "x" ]; then >- pidfile="${_pidprefix}/${profile}.pid" >+ pidfile="${_pidprefix}/${_pidprofile_prefix}${profile}.pid" > eval nginx_configfile="\${nginx_${profile}_configfile:-}" > if [ "x${nginx_configfile}" = "x" ]; then > echo "You must define a configuration file (nginx_${profile}_configfile)"
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
Actions:
View
|
Diff
Attachments on
bug 175823
: 131688