[Koha-patches] [PATCH] add memcached questions to koha-install-log

Michael Hafen mdhafen at tech.washk12.org
Wed Nov 18 16:37:40 CET 2009


Add the use_memcached question to rewrite-config.pl and all three questions
to koha-install-log.  So that we don't have to keep answering these questions
when we upgrade/install with the --prev-install-log option.
---
 misc/koha-install-log |    3 +++
 rewrite-config.PL     |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/misc/koha-install-log b/misc/koha-install-log
index 1da5f33..6f6a0eb 100644
--- a/misc/koha-install-log
+++ b/misc/koha-install-log
@@ -57,3 +57,6 @@ INSTALL_PAZPAR2=__INSTALL_PAZPAR2__
 AUTH_INDEX_MODE=__AUTH_INDEX_MODE__
 RUN_DATABASE_TESTS=__RUN_DATABASE_TESTS__
 PATH_TO_ZEBRA=__PATH_TO_ZEBRA__
+USE_MEMCACHED=__USE_MEMCACHED__
+MEMCACHED_SERVERS=__MEMCACHED_SERVERS__
+MEMCACHED_NAMESPACE=__MEMCACHED_NAMESPACE__
diff --git a/rewrite-config.PL b/rewrite-config.PL
index 9009eb5..7fbf0d3 100644
--- a/rewrite-config.PL
+++ b/rewrite-config.PL
@@ -137,6 +137,7 @@ $prefix = $ENV{'INSTALL_BASE'} || "/usr";
   "__AUTH_INDEX_MODE__" => 'grs1',
   "__RUN_DATABASE_TESTS__" => 'no',
   "__PATH_TO_ZEBRA__" => "",
+  "__USE_MEMCACHED__" => 'no',
   "__MEMCACHED_SERVERS__" => "",
   "__MEMCACHED_NAMESPACE__" => "",
 );
-- 
1.6.3.3




More information about the Koha-patches mailing list