Diff for /doc/loncapafiles/modify_config_files.piml between versions 1.30 and 1.31

version 1.30, 2015/01/03 03:00:18 version 1.31, 2016/04/09 19:04:39
Line 45  if ('<DIST />' eq 'suse9.2' || '<DIST /> Line 45  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' || '<DIST />' eq 'ubuntu14') {  } elsif ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10'  || '<DIST />' eq 'ubuntu12' || '<DIST />' eq 'ubuntu14' || '<DIST />' eq 'ubuntu16') {
     $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') ||

Removed from v.1.30  
changed lines
  Added in v.1.31


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