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

version 1.10, 2009/07/14 03:40:43 version 1.13, 2011/01/02 03:08:54
Line 37  http://www.lon-capa.org/ Line 37  http://www.lon-capa.org/
 <perlscript mode="fg">  <perlscript mode="fg">
 my $mysqldaemon = 'mysqld';  my $mysqldaemon = 'mysqld';
 my $configfiles = 'yum and MySQL';  my $configfiles = 'yum and MySQL';
 if ('<DIST />' eq 'suse9.2' || '<DIST />' eq 'suse9.3' || '<DIST />' eq 'sles9' || '<DIST />' eq 'sles10' || '<DIST />' eq 'suse10.1' || '<DIST />' eq 'suse10.2' || '<DIST />' eq 'suse10.3' || '<DIST />' eq 'suse11.1') {  if ('<DIST />' eq 'suse9.2' || '<DIST />' eq 'suse9.3' || '<DIST />' eq 'sles9' || '<DIST />' eq 'sles10' || '<DIST />' eq 'sles11' || '<DIST />' eq 'suse10.1' || '<DIST />' eq 'suse10.2' || '<DIST />' eq 'suse10.3' || '<DIST />' eq 'suse11.1' || '<DIST />' eq 'suse11.2' || '<DIST />' eq 'suse11.3') {
     $mysqldaemon = 'mysql';      $mysqldaemon = 'mysql';
     $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') {  } elsif ('<DIST />' eq 'debian5' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8') {
     $configfiles = 'Apt and MySQL';      $configfiles = 'Apt and MySQL';
       $mysqldaemon = '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.10  
changed lines
  Added in v.1.13


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