You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2015/12/08 19:45:00 UTC

trafficserver git commit: TS-4059: default proxy.config.bin_path from the build configuration

Repository: trafficserver
Updated Branches:
  refs/heads/master 255ea6836 -> 3ba9af9d8


TS-4059: default proxy.config.bin_path from the build configuration


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

Branch: refs/heads/master
Commit: 3ba9af9d8534daefe7db3f44dfe1e1f9d85f381c
Parents: 255ea68
Author: James Peach <jp...@apache.org>
Authored: Tue Dec 8 10:42:09 2015 -0800
Committer: James Peach <jp...@apache.org>
Committed: Tue Dec 8 10:42:09 2015 -0800

----------------------------------------------------------------------
 mgmt/RecordsConfig.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3ba9af9d/mgmt/RecordsConfig.cc
----------------------------------------------------------------------
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index 7064df0..f3a2566 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -51,7 +51,7 @@ static const RecordElement RecordsConfig[] =
   ,
   {RECT_CONFIG, "proxy.config.proxy_name", RECD_STRING, BUILD_MACHINE, RECU_DYNAMIC, RR_REQUIRED, RECC_STR, ".+", RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.bin_path", RECD_STRING, "bin", RECU_NULL, RR_REQUIRED, RECC_NULL, NULL, RECA_READ_ONLY}
+  {RECT_CONFIG, "proxy.config.bin_path", RECD_STRING, TS_BUILD_BINDIR, RECU_NULL, RR_REQUIRED, RECC_NULL, NULL, RECA_READ_ONLY}
   ,
   {RECT_CONFIG, "proxy.config.proxy_binary", RECD_STRING, "traffic_server", RECU_NULL, RR_REQUIRED, RECC_NULL, NULL, RECA_NULL}
   ,