Diff for /doc/install/linux/install.pl between versions 1.45.2.16 and 1.45.2.17

version 1.45.2.16, 2021/03/29 03:50:33 version 1.45.2.17, 2021/12/10 15:31:47
Line 529  sub check_mysql_running { Line 529  sub check_mysql_running {
         if ($1 >= 19) {          if ($1 >= 19) {
             $mysqldaemon ='mariadb';              $mysqldaemon ='mariadb';
         }          }
           if ($1 >= 34) {
               $process = 'mariadb';
           }
     } elsif ($distro =~ /^(?:centos|rhes|scientific|oracle)(\d+)/) {      } elsif ($distro =~ /^(?:centos|rhes|scientific|oracle)(\d+)/) {
         if ($1 >= 7) {          if ($1 >= 7) {
             $mysqldaemon ='mariadb';              $mysqldaemon ='mariadb';

Removed from v.1.45.2.16  
changed lines
  Added in v.1.45.2.17


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