You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by mt...@apache.org on 2010/05/27 17:50:49 UTC

svn commit: r948868 - /trafficserver/traffic/trunk/iocore/hostdb/HostDB.cc

Author: mturk
Date: Thu May 27 15:50:48 2010
New Revision: 948868

URL: http://svn.apache.org/viewvc?rev=948868&view=rev
Log:
TS-379: Make sure the host.db storage path has a correct default

Modified:
    trafficserver/traffic/trunk/iocore/hostdb/HostDB.cc

Modified: trafficserver/traffic/trunk/iocore/hostdb/HostDB.cc
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/iocore/hostdb/HostDB.cc?rev=948868&r1=948867&r2=948868&view=diff
==============================================================================
--- trafficserver/traffic/trunk/iocore/hostdb/HostDB.cc (original)
+++ trafficserver/traffic/trunk/iocore/hostdb/HostDB.cc Thu May 27 15:50:48 2010
@@ -2354,7 +2354,7 @@ ink_hostdb_init(ModuleVersion v)
   IOCORE_RegisterConfigInteger(RECT_CONFIG, "proxy.config.hostdb.size", 200000, RECU_DYNAMIC, RECC_NULL, NULL);
 
   IOCORE_RegisterConfigString(RECT_CONFIG,
-                              "proxy.config.hostdb.storage_path", "etc/trafficserver/internal", RECU_DYNAMIC, RECC_NULL, NULL);
+                              "proxy.config.hostdb.storage_path", "var/trafficserver", RECU_DYNAMIC, RECC_NULL, NULL);
 
   IOCORE_RegisterConfigInteger(RECT_CONFIG,
                                "proxy.config.hostdb.storage_size", 33554432, RECU_DYNAMIC, RECC_NULL, NULL);