[yum-cvs] yum/yum config.py,1.88,1.89

Seth Vidal skvidal at linux.duke.edu
Fri Jan 13 06:05:15 UTC 2006


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

Modified Files:
	config.py 
Log Message:

syslog logging support for the contents that go to yum.log


Index: config.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/config.py,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- config.py	20 Dec 2005 08:13:19 -0000	1.88
+++ config.py	13 Jan 2006 06:05:13 -0000	1.89
@@ -384,8 +384,8 @@
     cachedir = Option('/var/cache/yum')
     logfile = Option('/var/log/yum.log')
     reposdir = ListOption(['/etc/yum/repos.d', '/etc/yum.repos.d'])
-    syslog_ident = Option()
-    syslog_facility = Option()
+    syslog_ident = Option('yum')
+    syslog_facility = Option('LOG_DAEMON')
 
     commands = ListOption()
     exclude = ListOption()




More information about the Yum-cvs-commits mailing list