You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/03/31 03:14:34 UTC

[15/51] git commit: TS-1763: add Arch Linux config.layout

TS-1763: add Arch Linux config.layout


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/1475f863
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/1475f863
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/1475f863

Branch: refs/heads/3.3.x
Commit: 1475f863aa4644c300b3258036273b4df8ca8e79
Parents: 4c6bff3
Author: Galen Sampson <ga...@gmail.com>
Authored: Wed Mar 20 16:05:23 2013 +0800
Committer: Zhao Yongming <mi...@gmail.com>
Committed: Wed Mar 20 16:06:52 2013 +0800

----------------------------------------------------------------------
 CHANGES       |    3 +++
 config.layout |   20 ++++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1475f863/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 3f3389e..3c24117 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
   Changes with Apache Traffic Server 3.3.2
 
 
+  *) [TS-1763] add Arch Linux config.layout
+   Author: Galen Sampson <ga...@gmail.com>
+
   *) [TS-1749] Stats cluster values among nodes are not consistent.
    Author: Yunkai Zhang <qi...@taobao.com>
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1475f863/config.layout
----------------------------------------------------------------------
diff --git a/config.layout b/config.layout
index 73fcb18..7a208dd 100644
--- a/config.layout
+++ b/config.layout
@@ -257,3 +257,23 @@
     logdir:        ${prefix}/logs+
     cachedir:      ${datadir}
 </Layout>
+
+<Layout Arch>
+    prefix:        /usr
+    exec_prefix:   ${prefix}
+    bindir:        ${exec_prefix}/bin
+    sbindir:       ${exec_prefix}/sbin
+    libdir:        ${exec_prefix}/lib
+    libexecdir:    ${libdir}+
+    infodir:       ${prefix}/share/info
+    mandir:        ${prefix}/share/man
+    sysconfdir:    /etc+
+    datadir:       ${prefix}/share+
+    docdir:        ${prefix}/share/doc+
+    installbuilddir: ${datadir}/build
+    includedir:    ${prefix}/include
+    localstatedir: /run
+    runtimedir:    /run+
+    logdir:        /var/log+
+    cachedir:      /var/lib+
+</Layout>