version 1.64, 2020/05/01 18:29:56
|
version 1.65, 2020/05/01 19:02:51
|
Line 2582 sub get_mysql_version {
|
Line 2582 sub get_mysql_version {
|
my $info = <PIPE>; |
my $info = <PIPE>; |
chomp($info); |
chomp($info); |
close(PIPE); |
close(PIPE); |
($version,$subversion,$name) = ($info =~ /(\d+\.\d+)\.(\d+)\-?(\w*),/); |
($version,$subversion,$name) = ($info =~ /(\d+\.\d+)\.(\d+)(?:\-?(\w*),|)/); |
} else { |
} else { |
print &mt('Could not determine which version of MySQL is installed.'). |
print &mt('Could not determine which version of MySQL is installed.'). |
"\n"; |
"\n"; |
Line 3217 sub copy_apache2_debconf {
|
Line 3217 sub copy_apache2_debconf {
|
unless ($diffres) { |
unless ($diffres) { |
$skipsite = 1; |
$skipsite = 1; |
} |
} |
} |
} |
} |
} |
} |
} |
} |
} |