mariadb: install config files readable for all
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 17 May 2020 22:07:05 +0000 (00:07 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 17 May 2020 22:08:28 +0000 (00:08 +0200)
commit115f7eeb07e5de98a460cb7f815160ae88c89447
tree8ae70bca69f469beb521ca335113677f1f4d15e2
parent4f0d10835925658c90895bd86db3f4142a03484c
mariadb: install config files readable for all

Backport from master.

Until now $(INSTALL_CONF) is used for configuration files that go into
/etc/mysql. This commit replaces that with $(INSTALL_DATA). The
configuration files are not only parsed by the server, but also by the
clients (which can be anybody).

This also removes a comment about a cron job from one of the
configuration files. There is no cron job.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
utils/mariadb/Makefile
utils/mariadb/conf/50-server.cnf