Diff for /doc/loncapafiles/modify_config_files.piml between versions 1.49 and 1.50

version 1.49, 2021/12/21 13:57:46 version 1.50, 2023/04/28 19:17:32
Line 64  if ('<DIST />' eq 'suse9.2' || '<DIST /> Line 64  if ('<DIST />' eq 'suse9.2' || '<DIST />
          ('<DIST />' eq 'rhes8')       || ('<DIST />' eq 'oracle7')  ||           ('<DIST />' eq 'rhes8')       || ('<DIST />' eq 'oracle7')  ||
          ('<DIST />' eq 'oracle8')     || ('<DIST />' eq 'rocky8')   ||           ('<DIST />' eq 'oracle8')     || ('<DIST />' eq 'rocky8')   ||
          ('<DIST />' eq 'alma8')       || ('<DIST />' eq 'centos8-stream') ||           ('<DIST />' eq 'alma8')       || ('<DIST />' eq 'centos8-stream') ||
          ('<DIST />' eq 'centos9-stream')) {           ('<DIST />' eq 'centos9-stream') || ('<DIST />' eq 'rhes9') ||
            ('<DIST />' eq 'oracle9')     || ('<DIST />' eq 'rocky9')   ||
            ('<DIST />' eq 'alma9')) {
     $mysqlcmd = '/bin/systemctl restart mariadb.service';      $mysqlcmd = '/bin/systemctl restart mariadb.service';
 } elsif (('<DIST />' eq 'ubuntu18') || ('<DIST />' eq 'ubuntu20')) {  } elsif (('<DIST />' eq 'ubuntu18') || ('<DIST />' eq 'ubuntu20')) {
     $configfiles = 'Apt and MySQL';      $configfiles = 'Apt and MySQL';

Removed from v.1.49  
changed lines
  Added in v.1.50


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