mariadb: install config files readable for all
authorSebastian Kemper <redacted>
Mon, 11 May 2020 20:14:54 +0000 (22:14 +0200)
committerSebastian Kemper <redacted>
Mon, 11 May 2020 20:15:01 +0000 (22:15 +0200)
commit19de52a044e336b3f2acb06d9c20ea3044f538ee
treeae2abb3548898dab04825bf362d8a5e202b0fcb0
parent59b91fc342aa69c8aa107587fd29ff2161159c65
mariadb: install config files readable for all

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 <redacted>
libs/libmariadb/Makefile
utils/mariadb-common/Makefile
utils/mariadb/Makefile
utils/mariadb/conf/50-server.cnf
git clone https://git.99rst.org/PROJECT