mariadb/support-files/rpm
Sergei Golubchik 3012a5d5ce MDEV-3796 various RPM problems
cmake/cpack_rpm.cmake:
  * mark all cnf files with %config(noreplace)
  * add the forgotten postun script
sql/sys_vars.cc:
  0 for a string variable means "no default. But datadir has the default value.
support-files/rpm/server-postin.sh:
  * use mysqld --help to determine the correct datadir in the presence of my.cnf files
    (better than my_print_defaults, because it considers the correct group set).
  * Only create users, and chown/chmod if it's a fresh install, not an upgrade.
  * only run mysql_install_db if datadir does not exist
2012-10-05 14:24:38 +02:00
..
client.cnf create a new MariaDB-common.rpm that contains files needed both by the client and the server. 2012-05-25 19:18:29 +02:00
my.cnf create a new MariaDB-common.rpm that contains files needed both by the client and the server. 2012-05-25 19:18:29 +02:00
mysql-clients.cnf create a new MariaDB-common.rpm that contains files needed both by the client and the server. 2012-05-25 19:18:29 +02:00
server-postin.sh MDEV-3796 various RPM problems 2012-10-05 14:24:38 +02:00
server-postun.sh MDEV-295 Do NOT start mysql when installing MariaDB rpms 2012-05-25 21:08:26 +02:00
server-prein.sh MDEV-295 Do NOT start mysql when installing MariaDB rpms 2012-05-25 21:08:26 +02:00
server-preun.sh MDEV-295 Do NOT start mysql when installing MariaDB rpms 2012-05-25 21:08:26 +02:00
server.cnf comments 2012-06-15 10:26:06 +02:00
shared-post.sh create a new MariaDB-common.rpm that contains files needed both by the client and the server. 2012-05-25 19:18:29 +02:00