From 294a77bf419bd97a32ed9b3ce710e9231a2c6aab Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 28 Sep 2010 16:40:53 +0000 Subject: [PATCH] Change memcached default location to 127.0.0.1 from localhost Debian Squeeze currently doesn't fare well with memcached servers pointing to localhost and needs an explicit 127.0.0.1, whereas Ubuntu Lucid is happy with either. Changing the default here means one less possible gotcha in the out of the box install & configure experience for Debian Squeeze folk. git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18080 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/opensrf.xml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/examples/opensrf.xml.example b/Open-ILS/examples/opensrf.xml.example index 8f8184c757..74c28a1cf8 100644 --- a/Open-ILS/examples/opensrf.xml.example +++ b/Open-ILS/examples/opensrf.xml.example @@ -326,14 +326,14 @@ vim:et:ts=4:sw=4: - localhost:11211 + 127.0.0.1:11211 86400 - localhost:11211 + 127.0.0.1:11211 1800 -- 2.11.0