Diff for /doc/loncapafiles/modify_config_files.piml between versions 1.17 and 1.18

version 1.17, 2011/11/07 23:03:35 version 1.18, 2012/07/24 04:20:50
Line 45  if ('<DIST />' eq 'suse9.2' || '<DIST /> Line 45  if ('<DIST />' eq 'suse9.2' || '<DIST />
 } elsif ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10') {  } elsif ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10') {
     $configfiles = 'Apt and MySQL';      $configfiles = 'Apt and MySQL';
     $mysqlcmd = '/etc/init.d/mysql restart';      $mysqlcmd = '/etc/init.d/mysql restart';
 } elsif ('<DIST />' eq 'fedora16') {  } elsif (('<DIST />' eq 'fedora16') || ('<DIST />' eq 'fedora17')) {
     $mysqlcmd = '/bin/systemctl restart mysqld.service';        $mysqlcmd = '/bin/systemctl restart mysqld.service';  
 }  }
   

Removed from v.1.17  
changed lines
  Added in v.1.18


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