[Opensrf-commits] r1552 - trunk/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Dec 19 19:19:31 EST 2008


Author: dbs
Date: 2008-12-19 19:19:30 -0500 (Fri, 19 Dec 2008)
New Revision: 1552

Modified:
   trunk/examples/opensrf_core.xml.example
Log:
Broader search'n'replace for LOCALSTATEDIR


Modified: trunk/examples/opensrf_core.xml.example
===================================================================
--- trunk/examples/opensrf_core.xml.example	2008-12-19 22:52:44 UTC (rev 1551)
+++ trunk/examples/opensrf_core.xml.example	2008-12-20 00:19:30 UTC (rev 1552)
@@ -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