Diff for /doc/loncapafiles/modify_config_files.piml between versions 1.25 and 1.27

version 1.25, 2013/12/01 22:29:39 version 1.27, 2014/06/29 23:50:25
Line 42  if ('<DIST />' eq 'suse9.2' || '<DIST /> Line 42  if ('<DIST />' eq 'suse9.2' || '<DIST />
     $configfiles = 'MySQL';      $configfiles = 'MySQL';
 } elsif ('<DIST />' eq 'rhes4') {  } elsif ('<DIST />' eq 'rhes4') {
     $configfiles = 'MySQL';      $configfiles = 'MySQL';
 } elsif ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10'  || '<DIST />' eq 'ubuntu12') {  } elsif ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10'  || '<DIST />' eq 'ubuntu12' || '<DIST />' eq 'ubuntu14') {
     $configfiles = 'Apt and MySQL';      $configfiles = 'Apt and MySQL';
     $mysqlcmd = '/etc/init.d/mysql restart';      $mysqlcmd = '/etc/init.d/mysql restart';
 } elsif (('<DIST />' eq 'fedora16') || ('<DIST />' eq 'fedora17') ||  } elsif (('<DIST />' eq 'fedora16') || ('<DIST />' eq 'fedora17') ||
          ('<DIST />' eq 'fedora18') || ('<DIST />' eq 'fedora19') ||           ('<DIST />' eq 'fedora18') || ('<DIST />' eq 'fedora19') ||
          ('<DIST />' eq 'fedora20')) {           ('<DIST />' eq 'fedora20')) {
     $mysqlcmd = '/bin/systemctl restart mysqld.service';        $mysqlcmd = '/bin/systemctl restart mysqld.service';  
   } elsif (('<DIST />' eq 'rhes7') || ('<DIST />' eq 'centos7') ||
            ('<DIST />' eq 'scientific7')) {
       $mysqlcmd = '/bin/systemctl restart mariadb.service';
 }  }
   
 print "\nUpdating $configfiles configuration files\n";  print "\nUpdating $configfiles configuration files\n";

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


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