Merge remote-tracking branch 'origin/10.1' into 10.2

This commit is contained in:
Alexander Barkov 2019-10-01 06:10:19 +04:00
commit f203245e9e
10 changed files with 281 additions and 9 deletions

View file

@ -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