Broader search'n'replace for LOCALSTATEDIR
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 20 Dec 2008 00:19:30 +0000 (00:19 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 20 Dec 2008 00:19:30 +0000 (00:19 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1552 9efc2488-bf62-4759-914b-345cdb29e865

examples/opensrf_core.xml.example

index cb88ec6..818fd1c 100644 (file)
@@ -120,14 +120,14 @@ vim:et:ts=2:sw=2:
             <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 @@ vim:et:ts=2:sw=2:
                 <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>