You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by no...@apache.org on 2017/01/24 18:25:24 UTC

[trafficserver] branch master updated (d1f44c3 -> 69c760b)

This is an automated email from the ASF dual-hosted git repository.

nottheoilrig pushed a change to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git.

      from  d1f44c3   Fixes for building with LibreSSL
       new  b95f4c6   Debian libexecdir is a subdirectory of libdir
       new  69c760b   TS-4716: OpenBSD mandir should be ${prefix}/man

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 config.layout | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].

[trafficserver] 02/02: TS-4716: OpenBSD mandir should be ${prefix}/man

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nottheoilrig pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 69c760bff9b56c1910189d1f4c8d49f67f4f125c
Author: Jack Bates <ja...@nottheoilrig.com>
AuthorDate: Mon Jan 23 12:41:49 2017 -0700

    TS-4716: OpenBSD mandir should be ${prefix}/man
    
    Fixes #1353
---
 config.layout | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.layout b/config.layout
index 30e6c38..37aac25 100644
--- a/config.layout
+++ b/config.layout
@@ -228,7 +228,7 @@
     libdir:        ${exec_prefix}/lib
     libexecdir:    ${exec_prefix}/libexec+
     infodir:       ${prefix}/info
-    mandir:        ${prefix}/share/man
+    mandir:        ${prefix}/man
     sysconfdir:    /etc+
     datadir:       ${prefix}/share+
     docdir:        ${prefix}/share/doc+

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.

[trafficserver] 01/02: Debian libexecdir is a subdirectory of libdir

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nottheoilrig pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit b95f4c6f61a288dc475eb02a0742d0181b596372
Author: Jack Bates <ja...@nottheoilrig.com>
AuthorDate: Mon Jan 23 12:33:28 2017 -0700

    Debian libexecdir is a subdirectory of libdir
---
 config.layout | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.layout b/config.layout
index 7ecd064..30e6c38 100644
--- a/config.layout
+++ b/config.layout
@@ -184,7 +184,7 @@
     bindir:        ${exec_prefix}/bin
     sbindir:       ${exec_prefix}/sbin
     libdir:        ${exec_prefix}/lib+
-    libexecdir:    ${exec_prefix}/lib/trafficserver/modules
+    libexecdir:    ${libdir}/modules
     infodir:       ${prefix}/share/info
     mandir:        ${prefix}/share/man
     sysconfdir:    /etc+

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.