Bug 18920: Save DB_USE_TLS and FONT_DIR to install log
authorColin Campbell <colin.campbell@ptfs-europe.com>
Mon, 10 Jul 2017 11:44:14 +0000 (12:44 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Oct 2017 19:07:15 +0000 (16:07 -0300)
commit41a4a1d0dfcfab069eaca1c09e3645e960e92b8b
tree6957598e56ffbdd272dde02679a93f0f7e5ade22
parent09a49bc96734af8d7615a1c7b024ff69ee2df04c
Bug 18920: Save DB_USE_TLS and FONT_DIR to install log

Configuration values should be included in the koha-install-log
so that when running Makefile.PL with the --prev-install-log option
values can be read from there and reapplied rather than prompting
the user on each subsequent run.
This adds FONT_DIR and DB_USE_TLS (and its dependent options) to
koha-install-log so that the set values will be written by make
during a make install or make upgrade

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
misc/koha-install-log