FreeBSD Bugzilla – Attachment 158042 Details for
Bug 201045
www/nginx: tmpdir removed on binary package upgrade using pkg, breaking running instance
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update patch
nginx.patch (text/plain), 1016 bytes, created by
Michael Gmelin
on 2015-06-25 08:50:18 UTC
(
hide
)
Description:
Update patch
Filename:
MIME Type:
Creator:
Michael Gmelin
Created:
2015-06-25 08:50:18 UTC
Size:
1016 bytes
patch
obsolete
>Index: nginx/Makefile >=================================================================== >--- nginx/Makefile (revision 390540) >+++ nginx/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= nginx > PORTVERSION= 1.8.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH= 2 > CATEGORIES= www > MASTER_SITES= http://nginx.org/download/ >@@ -986,6 +986,7 @@ > > do-install: > ${MKDIR} ${STAGEDIR}${ETCDIR} >+ ${MKDIR} ${STAGEDIR}${NGINX_TMPDIR} > ${INSTALL_PROGRAM} ${WRKSRC}/objs/nginx ${STAGEDIR}${PREFIX}/sbin > .for i in koi-utf koi-win win-utf > ${INSTALL_DATA} ${WRKSRC}/conf/${i} ${STAGEDIR}${ETCDIR} >Index: nginx/pkg-plist >=================================================================== >--- nginx/pkg-plist (revision 390540) >+++ nginx/pkg-plist (working copy) >@@ -24,5 +24,5 @@ > %%WWWDATA%%@exec chmod a-w %D/www/nginx-dist > %%WWWDATA%%@unexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi > sbin/nginx >-@unexec if [ -z ${UPGRADE_PORT} ] ; then rm -fr %%NGINX_TMPDIR%%; fi >+@dir %%NGINX_TMPDIR%% > man/man8/nginx.8.gz
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:
grembo
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 201045
:
157995
| 158042