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 2017/01/25 06:21:05 UTC

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

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

zwoop pushed a commit to branch 7.1.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit de421941dc1ae34110cb3bee13caf43e20901465
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
    
    (cherry picked from commit 69c760bff9b56c1910189d1f4c8d49f67f4f125c)
---
 config.layout | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.layout b/config.layout
index 7ecd064..789f588 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>.