From c5e97cea06c08b2b31124076828d2e1657969608 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 7 Apr 2016 14:10:14 -0400 Subject: [PATCH] LP#1567588 Make string substitution easier in OpenSRF config files. For tools like sed, awk, and perl to work more efficiently, more unique strings than "password" are desirable. This adds unique strings to the two example files requiring OpenSRF passwords. Signed-off-by: Chris Sharp --- Open-ILS/examples/opensrf_core.xml.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/examples/opensrf_core.xml.example b/Open-ILS/examples/opensrf_core.xml.example index d2ec8eb69d..e133a35c6c 100644 --- a/Open-ILS/examples/opensrf_core.xml.example +++ b/Open-ILS/examples/opensrf_core.xml.example @@ -53,7 +53,7 @@ Example OpenSRF bootstrap configuration file for Evergreen private.localhost opensrf - password + OpenSRF_Private_Password 5222 opensrf - password + OpenSRF_Public_Password 5222 3 LOCALSTATEDIR/log/gateway.log @@ -132,7 +132,7 @@ Example OpenSRF bootstrap configuration file for Evergreen 5222 LOCALSTATEDIR/sock/unix_sock router - password + Router_Public_Password router 10 5 @@ -157,7 +157,7 @@ Example OpenSRF bootstrap configuration file for Evergreen private.localhost 5222 router - password + Router_Private_Password router 10 5 -- 2.11.0