diff options
author | Alexander Barkov <bar@mariadb.com> | 2019-10-01 10:45:52 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2019-10-01 10:45:52 +0400 |
commit | dc588e3d3fc0d3610ffb6f4e9c804dc539394669 (patch) | |
tree | ab8dc4c2ca60ca0a795377471fbfea842b21dbe2 /support-files | |
parent | f1dcbc2d9a36b00fad4acee447b5c5066725fa7b (diff) | |
parent | 7e44c455f4de82081af5089e1f77378676aa45ff (diff) | |
download | mariadb-git-dc588e3d3fc0d3610ffb6f4e9c804dc539394669.tar.gz |
Merge remote-tracking branch 'origin/10.3' into 10.4
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/rpm/server-preun.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/rpm/server-preun.sh b/support-files/rpm/server-preun.sh index f4eb81a7f75..34a35cbc5c5 100644 --- a/support-files/rpm/server-preun.sh +++ b/support-files/rpm/server-preun.sh @@ -8,7 +8,7 @@ if [ $1 = 0 ] ; then if [ -x %{_sysconfdir}/init.d/mysql ] ; then %{_sysconfdir}/init.d/mysql stop > /dev/null if [ -x /sbin/chkconfig ] ; then - /sbin/chkconfig --del mysql > /dev/null 2>&1 + /sbin/chkconfig --del mysql > /dev/null 2>&1 || : fi fi fi |