mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
Merge remote-tracking branch 'origin/10.1' into 10.2
This commit is contained in:
commit
f203245e9e
10 changed files with 281 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue