--- config.py.orig	Sat Jan 24 21:09:24 2004
+++ config.py	Sat Jan 24 20:55:25 2004
@@ -42,7 +42,7 @@
 
 
 class yumconf:
-    def __init__(self, configfile = '/etc/yum.conf'):
+    def __init__(self, configfile = '@@PREFIX@@/etc/yum.conf'):
         self.cfg = yumConfigParser()
         (s,b,p,q,f,o) = urlparse.urlparse(configfile)
         if s in ('http', 'ftp','file'):
@@ -69,9 +69,9 @@
         self.excludes=[]
         
         #defaults
-        self.cachedir = '/var/cache/yum'
+        self.cachedir = '@@PREFIX@@/var/cache/yum'
         self.debuglevel = 2
-        self.logfile = '/var/log/yum.log'
+        self.logfile = '@@PREFIX@@/var/log/yum.log'
         self.pkgpolicy = 'newest'
         self.gpghome = '/root/.gnupg'
         self.gpgkeyring = None
