[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
- Previous message: [yum-cvs] yum/docs yum.8, 1.39.2.2, 1.39.2.3 yum.conf.5, 1.42.2.2, 1.42.2.3
- Next message: [yum-cvs] yum cli.py, 1.241.2.9, 1.241.2.10 yum-updatesd.py, 1.22.2.10, 1.22.2.11 yum.spec, 1.83.2.4, 1.83.2.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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/
- Previous message: [yum-cvs] yum/docs yum.8, 1.39.2.2, 1.39.2.3 yum.conf.5, 1.42.2.2, 1.42.2.3
- Next message: [yum-cvs] yum cli.py, 1.241.2.9, 1.241.2.10 yum-updatesd.py, 1.22.2.10, 1.22.2.11 yum.spec, 1.83.2.4, 1.83.2.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Yum-cvs-commits
mailing list