summaryrefslogtreecommitdiff
path: root/support-files/rpm/server-preun.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-10-011-1/+1
|\
| * chkconfig in RPM server scriptletsSergei Golubchik2019-09-271-1/+1
| | | | | | | | | | | | | | chkconfig --add and --del [might] invoke /sbin/insserv and even if chkconfig exists, insserv might not (SLES15). Ignore chkconfig --del errors - it's a "best effort" cleanup anyway
| * don't run SysV scripts in scriptlets if systemd is usedSergei Golubchik2019-04-241-7/+11
| |
* | MDEV-19706 RPM no longer installs init script on systemd systems, but preun ↵Sergei Golubchik2019-06-111-3/+3
| | | | | | | | script still tries to erase it
* | don't run SysV scripts in scriptlets if systemd is usedSergei Golubchik2019-04-021-7/+11
|/
* MDEV-295 Do NOT start mysql when installing MariaDB rpmsSergei Golubchik2012-05-251-4/+4
| | | | but restart it on upgrade, if it was already running
* create a new MariaDB-common.rpm that contains files needed both by the ↵Sergei Golubchik2012-05-251-0/+14
client and the server. use my.cnf includes to split one big my.cnf file in server and client parts. remove "Provides: mysql-libs" (doesn't help on CentOS 6)