--- loncom/debugging_tools/modify_config_files.pl 2007/04/23 20:04:54 1.6 +++ loncom/debugging_tools/modify_config_files.pl 2007/04/24 13:09:40 1.7 @@ -2,7 +2,7 @@ # # The LearningOnline Network # -# $Id: modify_config_files.pl,v 1.6 2007/04/23 20:04:54 raeburn Exp $ +# $Id: modify_config_files.pl,v 1.7 2007/04/24 13:09:40 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -100,7 +100,7 @@ if ($dist =~ /^fedora\d+$/) { }, {section => 'loncapa-updates-$basearch', key => 'gpgkey=', value => 'http://install.loncapa.org/versions/redhat/'. - 'RHEL/RPM-GPG-KEY-loncapa', + 'RPM-GPG-KEY-loncapa', }, {section => 'loncapa-updates-noarch', key => 'name=', value => 'RHEL $releasever LON-CAPA noarch Updates', @@ -114,7 +114,7 @@ if ($dist =~ /^fedora\d+$/) { }, {section => 'loncapa-updates-noarch', key => 'gpgkey=', value => 'http://install.loncapa.org/versions/redhat/'. - 'RHEL/RPM-GPG-KEY-loncapa', + 'RPM-GPG-KEY-loncapa', }]); } }