From 0d2095072e0147f3383eb485b01ad64d9aa0549d Mon Sep 17 00:00:00 2001 From: Michael Hafen Date: Wed, 18 Nov 2009 08:37:40 -0700 Subject: [PATCH] add memcached questions to koha-install-log 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 --- misc/koha-install-log | 3 +++ rewrite-config.PL | 1 + 2 files changed, 4 insertions(+) diff --git a/misc/koha-install-log b/misc/koha-install-log index 1da5f33cee..6f6a0eba19 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 9009eb5786..7fbf0d3560 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__" => "", ); -- 2.20.1