Diff for /doc/loncapafiles/modify_config_files.piml between versions 1.9 and 1.10

version 1.9, 2009/07/05 21:23:42 version 1.10, 2009/07/14 03:40:43
Line 1 Line 1
 <!DOCTYPE piml PUBLIC "-//TUX/DTD piml 1.0 Final//EN"   <!DOCTYPE piml PUBLIC "-//TUX/DTD piml 1.0 Final//EN" 
  "http://lpml.sourceforge.net/DTD/piml.dtd">   "http://lpml.sourceforge.net/DTD/piml.dtd">
 <!-- accesscount_seed.piml -->  <!-- modify_config_files.piml -->
 <!-- Matthew Hall -->  <!-- Matthew Hall -->
   
 <!-- $Id$ -->  <!-- $Id$ -->
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 'ubuntu6' || '<DIST />' eq 'ubuntu8') {
       $configfiles = 'Apt and MySQL';
 }  }
 print "\nUpdating $configfiles configuration files\n";  print "\nUpdating $configfiles configuration files\n";
 system("/home/httpd/perl/modify_config_files.pl");  system("/home/httpd/perl/modify_config_files.pl");

Removed from v.1.9  
changed lines
  Added in v.1.10


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