[yum-cvs] yum/etc Makefile,1.8.2.1,1.8.2.2 yum.conf,1.8.4.1,1.8.4.2

James Bowes jbowes at linux.duke.edu
Wed Jan 31 01:53:52 UTC 2007


Update of /home/groups/yum/cvs/yum/etc
In directory login1.linux.duke.edu:/tmp/cvs-serv4778/etc

Modified Files:
      Tag: yum-3_0_X
	Makefile yum.conf 
Log Message:
Go back to using the old config file locations, but support the new ones as well

Index: Makefile
===================================================================
RCS file: /home/groups/yum/cvs/yum/etc/Makefile,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -r1.8.2.1 -r1.8.2.2
--- Makefile	27 Jan 2007 03:05:37 -0000	1.8.2.1
+++ Makefile	31 Jan 2007 01:53:50 -0000	1.8.2.2
@@ -5,10 +5,8 @@
 	rm -f *.pyc *.pyo *~
 
 install:
-	mkdir -p $(DESTDIR)/etc/yum/
-	mkdir -p $(DESTDIR)/etc/yum/repos.d
-
-	install -m 644 yum.conf $(DESTDIR)/etc/yum/yum.conf
+	mkdir -p $(DESTDIR)/etc/yum.repos.d
+	install -m 644 yum.conf $(DESTDIR)/etc/yum.conf
 
 	mkdir -p $(DESTDIR)/etc/logrotate.d
 	install -m 644 yum.logrotate $(DESTDIR)/etc/logrotate.d/yum
@@ -19,6 +17,7 @@
 	mkdir -p $(DESTDIR)/etc/dbus-1/system.d/
 	install -m 755 yum-updatesd-dbus.conf $(DESTDIR)/etc/dbus-1/system.d/yum-updatesd.conf
 
+	mkdir -p $(DESTDIR)/etc/yum/
 	install -m 755 yum-updatesd.conf $(DESTDIR)/etc/yum/yum-updatesd.conf
 
 

Index: yum.conf
===================================================================
RCS file: /home/groups/yum/cvs/yum/etc/yum.conf,v
retrieving revision 1.8.4.1
retrieving revision 1.8.4.2
diff -u -r1.8.4.1 -r1.8.4.2
--- yum.conf	27 Jan 2007 03:05:37 -0000	1.8.4.1
+++ yum.conf	31 Jan 2007 01:53:50 -0000	1.8.4.2
@@ -11,7 +11,7 @@
 
 
 # PUT YOUR REPOS HERE OR IN separate files named file.repo
-# in /etc/yum/repos.d
+# in /etc/yum.repos.d
 #[base]
 #name=Red Hat Linux $releasever - $basearch - Base
 #baseurl=http://mirror.dulug.duke.edu/pub/yum-repository/redhat/$releasever/$basearch/




More information about the Yum-cvs-commits mailing list