[ 
https://issues.apache.org/jira/browse/TS-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254101#comment-13254101
 ] 

Arno Toell commented on TS-1202:
--------------------------------

The hunk

{code}
diff --git a/config.layout b/config.layout
index dab97be..2ad65bf 100644
--- a/config.layout
+++ b/config.layout
@@ -181,7 +181,8 @@
     infodir:       ${prefix}/share/info
     mandir:        ${prefix}/share/man
     sysconfdir:    /etc+
-    datadir:       /var/cache+
+    datadir:       ${prefix}/share+
+    docdir:        ${prefix}/share/doc+
     installbuilddir: ${prefix}/share/trafficserver/build
     includedir:    ${prefix}/include
     localstatedir: /var/run
{code}

would introduce a change which violates the File Hierarchy Standard. That one 
defines /usr/share to be used for architecture-independent unmodifiable static 
data. See 
http://www.pathname.com/fhs/pub/fhs-2.3.html#USRSHAREARCHITECTUREINDEPENDENTDATA
 for further references. Thus /usr/share is not suitable as a datadir. It's 
fine as docdir, though. 
                
> install traffic_shell man/doc pages in a more appropriate location
> ------------------------------------------------------------------
>
>                 Key: TS-1202
>                 URL: https://issues.apache.org/jira/browse/TS-1202
>             Project: Traffic Server
>          Issue Type: Improvement
>    Affects Versions: 3.1.4
>            Reporter: Igor Brezac
>            Assignee: Igor Galić
>            Priority: Minor
>             Fix For: 3.1.4
>
>         Attachments: doc.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to