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

version 1.40, 2017/03/29 21:00:44 version 1.41, 2017/03/29 22:52:04
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.40  
changed lines
  Added in v.1.41


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