From a20d9e5e529ff6238e67aeeb40226938a80d8182 Mon Sep 17 00:00:00 2001 From: Olli-Antti Kivilahti Date: Fri, 2 Jun 2017 16:13:01 +0300 Subject: [PATCH] Bug 11974 - Enable non-default unix socket location for database connections. Squashable2 Add DB_SOCKET to gazillion more separate places to make it pass thorugh the make steps. --- Makefile.PL | 1 + misc/koha-install-log | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 9626824..50b0478 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -463,6 +463,7 @@ System group that will own Koha's files. my %config_defaults = ( 'DB_TYPE' => 'mysql', 'DB_HOST' => 'localhost', + 'DB_SOCKET' => '', 'DB_NAME' => 'koha', 'DB_USER' => 'kohaadmin', 'DB_PASS' => 'katikoan', diff --git a/misc/koha-install-log b/misc/koha-install-log index 3850bda..c7850b4 100644 --- a/misc/koha-install-log +++ b/misc/koha-install-log @@ -9,6 +9,7 @@ DB_TYPE=__DB_TYPE__ DB_NAME=__DB_NAME__ DB_HOST=__DB_HOST__ DB_PORT=__DB_PORT__ +DB_SOCKET=__DB_SOCKET__ DB_USER=__DB_USER__ DB_PASS=__DB_PASS__ WEBMASTER_EMAIL=__WEBMASTER_EMAIL__ -- 2.7.4