--- loncom/debugging_tools/modify_config_files.pl 2009/07/14 21:12:51 1.10 +++ loncom/debugging_tools/modify_config_files.pl 2009/07/21 20:02:47 1.11 @@ -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.11 2009/07/21 20:02:47 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}",