add memcached questions to koha-install-log
authorMichael Hafen <mdhafen@tech.washk12.org>
Wed, 18 Nov 2009 15:37:40 +0000 (08:37 -0700)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 18 Feb 2010 18:46:55 +0000 (13:46 -0500)
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.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>

misc/koha-install-log
rewrite-config.PL

index 1da5f33..6f6a0eb 100644 (file)
@@ -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__
index 9009eb5..7fbf0d3 100644 (file)
@@ -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__" => "",
 );