[LON-CAPA-cvs] cvs: doc /install/linux install.pl
raeburn
raeburn at source.lon-capa.org
Tue Dec 21 09:31:52 EST 2021
raeburn Tue Dec 21 14:31:52 2021 EDT
Modified files:
/doc/install/linux install.pl
Log:
- Support CentOS Stream 8 and 9.
Index: doc/install/linux/install.pl
diff -u doc/install/linux/install.pl:1.80 doc/install/linux/install.pl:1.81
--- doc/install/linux/install.pl:1.80 Tue Dec 21 13:57:46 2021
+++ doc/install/linux/install.pl Tue Dec 21 14:31:52 2021
@@ -78,7 +78,7 @@
&mt('Stopping execution.')."\n";
exit;
} else {
- print LOG '$Id: install.pl,v 1.80 2021/12/21 13:57:46 raeburn Exp $'."\n";
+ print LOG '$Id: install.pl,v 1.81 2021/12/21 14:31:52 raeburn Exp $'."\n";
}
#
@@ -1090,7 +1090,7 @@
} else {
my $configfile = 'httpd.conf';
my $mpmfile = 'mpm.conf';
- if ($distro =~ /^(?:centos|rhes|scientific|oracle|rocky|alma)(\d+)$/) {
+ if ($distro =~ /^(?:centos|rhes|scientific|oracle|rocky|alma)(\d+)/) {
if ($1 >= 7) {
$configfile = 'apache2.4/httpd.conf';
} elsif ($1 > 5) {
More information about the LON-CAPA-cvs
mailing list