--- doc/install/linux/install.pl 2014/06/30 00:18:11 1.29 +++ doc/install/linux/install.pl 2014/06/30 03:36:07 1.30 @@ -72,7 +72,7 @@ if (!open(LOG,">>loncapa_install.log")) &mt('Stopping execution.')."\n"; exit; } else { - print LOG '$Id: install.pl,v 1.29 2014/06/30 00:18:11 raeburn Exp $'."\n"; + print LOG '$Id: install.pl,v 1.30 2014/06/30 03:36:07 raeburn Exp $'."\n"; } # @@ -554,6 +554,7 @@ sub chkconfig { $uses_systemctl{'ntp'} = 1; $uses_systemctl{'mysql'} = 1; $uses_systemctl{'apache'} = 1; + $daemon{'mysql'} = 'mariadb'; } } my $nocheck;