Diff for /doc/loncapafiles/modify_config_files.piml between versions 1.33 and 1.36

version 1.33, 2017/03/29 20:48:25 version 1.36, 2018/06/19 12:26:32
Line 55  if ('<DIST />' eq 'suse9.2' || '<DIST /> Line 55  if ('<DIST />' eq 'suse9.2' || '<DIST />
 } elsif (('<DIST />' eq 'rhes7')       || ('<DIST />' eq 'centos7')  ||  } elsif (('<DIST />' eq 'rhes7')       || ('<DIST />' eq 'centos7')  ||
          ('<DIST />' eq 'scientific7') || ('<DIST />' eq 'fedora22') ||           ('<DIST />' eq 'scientific7') || ('<DIST />' eq 'fedora22') ||
          ('<DIST />' eq 'fedora23')    || ('<DIST />' eq 'fedora24') ||           ('<DIST />' eq 'fedora23')    || ('<DIST />' eq 'fedora24') ||
          ('<DIST />' eq 'fedora25')) {           ('<DIST />' eq 'fedora25')    || ('<DIST />' eq 'fedora26') ||
            ('<DIST />' eq 'fedora27')    || ('<DIST />' eq 'fedora28')) {
     $mysqlcmd = '/bin/systemctl restart mariadb.service';      $mysqlcmd = '/bin/systemctl restart mariadb.service';
   } elsif ('<DIST />' eq 'ubuntu18') {
       $mysqlcmd = '/bin/systemctl restart mysql.service';
 }  }
   
 print "\nUpdating $configfiles configuration files\n";  print "\nUpdating $configfiles configuration files\n";

Removed from v.1.33  
changed lines
  Added in v.1.36


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