Diff for /doc/loncapafiles/modify_config_files.piml between versions 1.55 and 1.56

version 1.55, 2024/06/13 12:57:13 version 1.56, 2024/06/20 04:04:55
Line 69  if ('<DIST />' eq 'suse9.2' || '<DIST /> Line 69  if ('<DIST />' eq 'suse9.2' || '<DIST />
          ('<DIST />' eq 'centos8-stream') || ('<DIST />' eq 'centos9-stream') ||           ('<DIST />' eq 'centos8-stream') || ('<DIST />' eq 'centos9-stream') ||
          ('<DIST />' eq 'rhes9')       || ('<DIST />' eq 'oracle9')  ||           ('<DIST />' eq 'rhes9')       || ('<DIST />' eq 'oracle9')  ||
          ('<DIST />' eq 'rocky9')      || ('<DIST />' eq 'alma9')    ||           ('<DIST />' eq 'rocky9')      || ('<DIST />' eq 'alma9')    ||
            ('<DIST />' eq 'debian10')    || ('<DIST />' eq 'debian11') ||
          ('<DIST />' eq 'debian12')) {           ('<DIST />' eq 'debian12')) {
     $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') || 

Removed from v.1.55  
changed lines
  Added in v.1.56


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