Commit Graph

19 Commits

Author SHA1 Message Date
0705f38bb9 Fix to MXS-464: https://mariadb.atlassian.net/browse/MXS-464
The ownership change for the /var folders is now done recursively.
2015-11-12 09:42:24 +02:00
bed6666338 Fix to MXS-367: https://mariadb.atlassian.net/browse/MXS-367
Template config file is copied as maxscale.cnf if no configuration file is found.
If /etc/maxscale.cnf is not found, the /etc/maxscale.cnf.template will be copied as /etc/maxscale.cnf.
This allows MaxScale to start right after installation if combined with a running and properly configured server.
2015-10-27 09:31:55 +02:00
35c24aebf8 Fix to MXS-297: https://mariadb.atlassian.net/browse/MXS-297
Changed the ldconfig file destionation to /etc/ld.so.conf.d
2015-08-03 08:40:40 +03:00
162f7d0961 Added daemon-reload to the postinst script. 2015-07-22 17:41:48 +03:00
fd42395d00 Removed mandb call from postinstall script and added cmake messages about systemd service file installation. 2015-06-18 08:17:02 +03:00
521e1aaf3b Added man page for maxscale. 2015-06-12 02:55:07 +03:00
8ac79cf2ad Fixed some hard-coded paths being used instead of CMake variable values. 2015-06-11 10:28:35 +03:00
528e69b726 Added a warning about 1.2 changes to the postinstall script 2015-06-09 12:51:43 +03:00
72066a4262 Added a conditional for systemd script installation and changed directory rights for the maxscale user. 2015-05-22 14:12:40 +03:00
e794c0953c Added systemd script installation 2015-05-19 18:17:42 +03:00
b41130b533 Fixed the useradd command in the postinst script having he command line arguments in the wrong order. 2015-05-12 08:11:10 +03:00
3fcc1778bb Added changing of directory ownership. 2015-05-12 06:43:36 +03:00
2b457bf372 Updated init.d and systemd scripts. 2015-05-11 06:19:06 +03:00
fb8359b5ca Fixed missing installation of init.d and ldconfig files. 2015-05-06 12:34:10 +03:00
55249193a9 Updated post-install scripts and binlogrouter
Binlogrouter: Switched hard-coded maximum path values to PATH_MAX and used cache directory instead of MAXSCALE_HOME
Scripts: Updated with new executable file paths
2015-04-27 14:47:26 +03:00
10e9203b5b Updated postinst script 2015-04-26 11:39:00 +03:00
ed426ca30d Updated packaging install layout, moved some cmake files around. 2015-04-26 06:35:36 +03:00
239afd065b Changed install to cp in postinst script. 2015-03-19 15:05:27 +02:00
5d6b805d6e Moved CMake modules to a separate directory and disabled local installs of system files when building packages.
The building of packages with CMake now requires the -DPACKAGE=Y flag to be set when configuring CMake.
2015-01-30 15:45:33 +02:00