--- doc/install/linux/install.pl 2016/08/25 17:39:04 1.38 +++ doc/install/linux/install.pl 2016/08/28 16:15:53 1.39 @@ -72,7 +72,7 @@ if (!open(LOG,">>loncapa_install.log")) &mt('Stopping execution.')."\n"; exit; } else { - print LOG '$Id: install.pl,v 1.38 2016/08/25 17:39:04 raeburn Exp $'."\n"; + print LOG '$Id: install.pl,v 1.39 2016/08/28 16:15:53 raeburn Exp $'."\n"; } # @@ -454,7 +454,7 @@ sub check_mysql_running { $proc_owner = 'mysql'; $use_systemctl = 1; } - if ($1 >= 22) { + if ($1 >= 19) { $mysqldaemon ='mariadb'; } } elsif ($distro =~ /^(?:centos|rhes|scientific)(\d+)/) { @@ -577,7 +577,7 @@ sub chkconfig { $uses_systemctl{'memcached'} = 1; $uses_systemctl{'cups'} = 1; } - if ($version >= 22) { + if ($version >= 19) { $daemon{'mysql'} = 'mariadb'; } } elsif ($distro =~ /^(?:centos|rhes|scientific)(\d+)/) {