Diff for /loncom/debugging_tools/modify_config_files.pl between versions 1.10 and 1.12

version 1.10, 2009/07/14 21:12:51 version 1.12, 2011/05/31 02:55:15
Line 145  if ($dist =~ /^fedora(\d+)$/) { Line 145  if ($dist =~ /^fedora(\d+)$/) {
                           value   => "$loninst/$info{$type}{path}/".'$releasever/$basearch',                            value   => "$loninst/$info{$type}{path}/".'$releasever/$basearch',
                       }, {section => 'loncapa-updates-basearch',                        }, {section => 'loncapa-updates-basearch',
                           key     => 'gpgcheck=',                            key     => 'gpgcheck=',
                           value   => $info{$type}{gpchk},                            value   => $info{$type}{gpgchk},
                       }, {section => 'loncapa-updates-basearch',                        }, {section => 'loncapa-updates-basearch',
                           key     => 'gpgkey=',                            key     => 'gpgkey=',
                           value   => "$loninst/$info{$type}{gpg}",                            value   => "$loninst/$info{$type}{gpg}",
Line 157  if ($dist =~ /^fedora(\d+)$/) { Line 157  if ($dist =~ /^fedora(\d+)$/) {
                           value   => "$loninst/$info{$type}{path}/".'$releasever/noarch',                            value   => "$loninst/$info{$type}{path}/".'$releasever/noarch',
                       }, {section => 'loncapa-updates-noarch',                        }, {section => 'loncapa-updates-noarch',
                           key     => 'gpgcheck=',                            key     => 'gpgcheck=',
                           value   => $info{$type}{gpchk},                            value   => $info{$type}{gpgchk},
                       }, {section => 'loncapa-updates-noarch',                        }, {section => 'loncapa-updates-noarch',
                           key     => 'gpgkey=',                            key     => 'gpgkey=',
                           value   => "$loninst/$info{$type}{gpg}",                            value   => "$loninst/$info{$type}{gpg}",
Line 200  if ($dist =~ /^fedora(\d+)$/) { Line 200  if ($dist =~ /^fedora(\d+)$/) {
 my $mysql_global_status =  my $mysql_global_status =
     &update_file('/etc/my.cnf',      &update_file('/etc/my.cnf',
              [{section =>'mysqld',               [{section =>'mysqld',
                key     =>'set-variable=wait_timeout=',                 key     =>'wait_timeout=',
                value   =>'31536000', }]);                 value   =>'31536000', }]);
   
 my $local_my_cnf = '/home/www/.my.cnf';  my $local_my_cnf = '/home/www/.my.cnf';

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


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