[Opensrf-commits] r1553 - branches/rel_1_0/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Dec 19 19:24:37 EST 2008
Author: dbs
Date: 2008-12-19 19:24:36 -0500 (Fri, 19 Dec 2008)
New Revision: 1553
Modified:
branches/rel_1_0/examples/opensrf_core.xml.example
Log:
Backport r1552 from trunk to enable search and replace of LOCALSTATEDIR
Modified: branches/rel_1_0/examples/opensrf_core.xml.example
===================================================================
--- branches/rel_1_0/examples/opensrf_core.xml.example 2008-12-20 00:19:30 UTC (rev 1552)
+++ branches/rel_1_0/examples/opensrf_core.xml.example 2008-12-20 00:24:36 UTC (rev 1553)
@@ -120,14 +120,14 @@
<transport>
<server>public.localhost</server>
<port>5222</port>
- <unixpath>/openils/var/sock/unix_sock</unixpath>
+ <unixpath>LOCALSTATEDIR/sock/unix_sock</unixpath>
<username>router</username>
<password>osrf</password>
<resource>router</resource>
<connect_timeout>10</connect_timeout>
<max_reconnect_attempts>5</max_reconnect_attempts>
</transport>
- <logfile>/openils/var/log/router.log</logfile>
+ <logfile>LOCALSTATEDIR/log/router.log</logfile>
<!--
<logfile>syslog</logfile>
<syslog>local2</syslog>
@@ -149,7 +149,7 @@
<connect_timeout>10</connect_timeout>
<max_reconnect_attempts>5</max_reconnect_attempts>
</transport>
- <logfile>/openils/var/log/router.log</logfile>
+ <logfile>LOCALSTATEDIR/log/router.log</logfile>
<!--
<logfile>syslog</logfile>
<syslog>local2</syslog>
More information about the opensrf-commits
mailing list