--- loncom/debugging_tools/modify_config_files.pl 2009/07/14 21:12:51 1.10 +++ loncom/debugging_tools/modify_config_files.pl 2011/05/31 02:55:15 1.12 @@ -2,7 +2,7 @@ # # The LearningOnline Network # -# $Id: modify_config_files.pl,v 1.10 2009/07/14 21:12:51 raeburn Exp $ +# $Id: modify_config_files.pl,v 1.12 2011/05/31 02:55:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -145,7 +145,7 @@ if ($dist =~ /^fedora(\d+)$/) { value => "$loninst/$info{$type}{path}/".'$releasever/$basearch', }, {section => 'loncapa-updates-basearch', key => 'gpgcheck=', - value => $info{$type}{gpchk}, + value => $info{$type}{gpgchk}, }, {section => 'loncapa-updates-basearch', key => 'gpgkey=', value => "$loninst/$info{$type}{gpg}", @@ -157,7 +157,7 @@ if ($dist =~ /^fedora(\d+)$/) { value => "$loninst/$info{$type}{path}/".'$releasever/noarch', }, {section => 'loncapa-updates-noarch', key => 'gpgcheck=', - value => $info{$type}{gpchk}, + value => $info{$type}{gpgchk}, }, {section => 'loncapa-updates-noarch', key => 'gpgkey=', value => "$loninst/$info{$type}{gpg}", @@ -200,7 +200,7 @@ if ($dist =~ /^fedora(\d+)$/) { my $mysql_global_status = &update_file('/etc/my.cnf', [{section =>'mysqld', - key =>'set-variable=wait_timeout=', + key =>'wait_timeout=', value =>'31536000', }]); my $local_my_cnf = '/home/www/.my.cnf';