Commit 2c354e74 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-11789 MariaDB fails to restart after 10.0.29-1.el7 update

parent 713d5136
...@@ -80,11 +80,10 @@ if [ -f /etc/redhat-release ] ; then ...@@ -80,11 +80,10 @@ if [ -f /etc/redhat-release ] ; then
echo echo
echo echo
fi fi
if grep 'CentOS release 6' /etc/redhat-release >/dev/null 2>&1; then fi
if [ -x /usr/sbin/semodule ] ; then
/usr/sbin/semodule -i /usr/share/mysql/SELinux/mariadb.pp if [ -x /usr/sbin/semodule ] ; then
fi /usr/sbin/semodule -i /usr/share/mysql/SELinux/mariadb.pp
fi
fi fi
if [ -x sbin/restorecon ] ; then if [ -x sbin/restorecon ] ; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment