Diff for /loncom/debugging_tools/modify_config_files.pl between versions 1.27 and 1.28

version 1.27, 2024/07/15 15:48:52 version 1.28, 2024/07/30 18:26:49
Line 373  if ($dist  =~ /^debian(\d+)$/) { Line 373  if ($dist  =~ /^debian(\d+)$/) {
     if ($1 >= 22) {      if ($1 >= 22) {
         $needs_inputrc_check = 1;          $needs_inputrc_check = 1;
     }      }
 } elsif ($dist =~ /^(?:redhat|oracle|alma|rocky|centos-stream)(\d+)$/) {  } elsif ($dist =~ /^(?:rhes|oracle|alma|rocky|centos-stream)(\d+)$/) {
     if ($1 >= 9) {      if ($1 >= 9) {
         $needs_inputrc_check = 1;          $needs_inputrc_check = 1;
     }      }

Removed from v.1.27  
changed lines
  Added in v.1.28


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