FreeBSD Bugzilla – Attachment 169042 Details for
Bug 208583
www/nginx: Uninstall breaks user symlink for LOCALBASE/www/nginx
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch which fixes the issue
nginx-symlink.patch (text/plain), 552 bytes, created by
Steven Hartland
on 2016-04-06 16:39:41 UTC
(
hide
)
Description:
Patch which fixes the issue
Filename:
MIME Type:
Creator:
Steven Hartland
Created:
2016-04-06 16:39:41 UTC
Size:
552 bytes
patch
obsolete
>Index: pkg-plist >=================================================================== >--- pkg-plist (revision 412613) >+++ pkg-plist (working copy) >@@ -22,7 +22,7 @@ > %%WWWDATA%%www/nginx-dist/index.html > %%WWWDATA%%www/nginx-dist/50x.html > %%WWWDATA%%@exec chmod a-w %D/www/nginx-dist >-%%WWWDATA%%@unexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi >+%%WWWDATA%%@unexec if [ -L %D/www/nginx ] && [ `readlink %D/www/nginx` = "%D/www/nginx-dist" ]; then rm -f %D/www/nginx; fi > sbin/nginx > @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:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 208583
: 169042