From: dbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865> Date: Sat, 20 Dec 2008 00:19:30 +0000 (+0000) Subject: Broader search'n'replace for LOCALSTATEDIR X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6848822541e43738e4b4c8e3ea8a15df259a7717;p=opensrf%2Fbjwebb.git Broader search'n'replace for LOCALSTATEDIR git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1552 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/examples/opensrf_core.xml.example b/examples/opensrf_core.xml.example index cb88ec6..818fd1c 100644 --- a/examples/opensrf_core.xml.example +++ b/examples/opensrf_core.xml.example @@ -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>