[LON-CAPA-cvs] cvs: loncom /debugging_tools modify_config_files.pl
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Sat, 12 Jan 2008 21:15:00 -0000
raeburn Sat Jan 12 16:15:00 2008 EDT
Modified files:
/loncom/debugging_tools modify_config_files.pl
Log:
Correct path to yum repositories for RHEL5.
Index: loncom/debugging_tools/modify_config_files.pl
diff -u loncom/debugging_tools/modify_config_files.pl:1.7 loncom/debugging_tools/modify_config_files.pl:1.8
--- loncom/debugging_tools/modify_config_files.pl:1.7 Tue Apr 24 09:09:40 2007
+++ loncom/debugging_tools/modify_config_files.pl Sat Jan 12 16:15:00 2008
@@ -2,7 +2,7 @@
#
# The LearningOnline Network
#
-# $Id: modify_config_files.pl,v 1.7 2007/04/24 13:09:40 raeburn Exp $
+# $Id: modify_config_files.pl,v 1.8 2008/01/12 21:15:00 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -92,7 +92,7 @@
value => 'RHEL $releasever LON-CAPA $basearch Updates',
}, {section => 'loncapa-updates-$basearch',
key => 'baseurl=',
- value => 'http://install.loncapa.org/redhat/linux/loncapa/'.
+ value => 'http://install.loncapa.org/redhat/linux/enterprise/loncapa/'.
'$releasever/$basearch',
}, {section => 'loncapa-updates-$basearch',
key => 'gpgcheck=',
@@ -106,7 +106,7 @@
value => 'RHEL $releasever LON-CAPA noarch Updates',
}, {section => 'loncapa-updates-noarch',
key => 'baseurl=',
- value => 'http://install.loncapa.org/redhat/linux/loncapa/'.
+ value => 'http://install.loncapa.org/redhat/linux/enterprise/loncapa/'.
'$releasever/noarch',
}, {section => 'loncapa-updates-noarch',
key => 'gpgcheck=',