Diff for /doc/loncapafiles/modify_config_files.piml between versions 1.47 and 1.48

version 1.47, 2021/12/17 17:48:13 version 1.48, 2021/12/20 03:13:28
Line 62  if ('<DIST />' eq 'suse9.2' || '<DIST /> Line 62  if ('<DIST />' eq 'suse9.2' || '<DIST />
          ('<DIST />' eq 'fedora33')    || ('<DIST />' eq 'fedora34') ||           ('<DIST />' eq 'fedora33')    || ('<DIST />' eq 'fedora34') ||
          ('<DIST />' eq 'fedora35')    || ('<DIST />' eq 'centos8')  ||            ('<DIST />' eq 'fedora35')    || ('<DIST />' eq 'centos8')  || 
          ('<DIST />' eq 'rhes8')       || ('<DIST />' eq 'oracle7')  ||           ('<DIST />' eq 'rhes8')       || ('<DIST />' eq 'oracle7')  ||
          ('<DIST />' eq 'oracle8')) {           ('<DIST />' eq 'oracle8')     || ('<DIST />' eq 'rocky8')   ||
            ('<DIST />' eq 'alma8')) {
     $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.47  
changed lines
  Added in v.1.48


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