diff options
author | Alexander Barkov <bar@mariadb.com> | 2019-10-01 09:37:40 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2019-10-01 09:37:40 +0400 |
commit | 7e44c455f4de82081af5089e1f77378676aa45ff (patch) | |
tree | 380cccc03bda084e6a8e38fd7ff6b4304ca8324a /support-files/rpm | |
parent | 6c2724fc05d12904f8c2f58f8dbadd9523d18c96 (diff) | |
parent | f203245e9edcfb202c1b23fba186be043ce6002d (diff) | |
download | mariadb-git-7e44c455f4de82081af5089e1f77378676aa45ff.tar.gz |
Merge remote-tracking branch 'origin/10.2' into 10.3
Diffstat (limited to 'support-files/rpm')
-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 1d733a7d899..038f601f43c 100644 --- a/support-files/rpm/server-preun.sh +++ b/support-files/rpm/server-preun.sh @@ -9,7 +9,7 @@ if [ $1 = 0 ] ; then %{_sysconfdir}/init.d/mysql stop > /dev/null fi if [ -x /sbin/chkconfig ] ; then - /sbin/chkconfig --del mysql > /dev/null 2>&1 + /sbin/chkconfig --del mysql > /dev/null 2>&1 || : fi fi |