FreeBSD Bugzilla – Attachment 183778 Details for
Bug 220263
Waive /var/ links from the stage-qa warning "Bad symlink pointing to an absolute pathname."
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
qa.sh (text/plain), 478 bytes, created by
Yuri Victorovich
on 2017-06-25 07:14:10 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-06-25 07:14:10 UTC
Size:
478 bytes
patch
obsolete
>Index: Mk/Scripts/qa.sh >=================================================================== >--- Mk/Scripts/qa.sh (revision 444254) >+++ Mk/Scripts/qa.sh (working copy) >@@ -177,6 +177,9 @@ > err "Bad symlink '${l#${STAGEDIR}${PREFIX}/}' pointing inside the stage directory" > rc=1 > ;; >+ /var/*) >+ # It is ok to have a link to db, log, pid, etc. under /var. >+ ;; > /*) > # Only warn for symlinks within the package. > if [ -e "${STAGEDIR}${link}" ]; then
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 220263
:
183777
| 183778