Diff for /doc/install/linux/install.pl between versions 1.39 and 1.40

version 1.39, 2016/08/28 16:15:53 version 1.40, 2017/03/29 21:00:44
Line 450  sub check_mysql_running { Line 450  sub check_mysql_running {
         }          }
     } elsif ($distro =~ /^fedora(\d+)/) {      } elsif ($distro =~ /^fedora(\d+)/) {
         if ($1 >= 16) {          if ($1 >= 16) {
               if ($1 >= 19) {
                   $mysqldaemon ='mariadb';
               }
             $process = 'mysqld';              $process = 'mysqld';
             $proc_owner = 'mysql';              $proc_owner = 'mysql';
             $use_systemctl = 1;              $use_systemctl = 1;

Removed from v.1.39  
changed lines
  Added in v.1.40


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>