[yum-commits] Branch 'yum-3_2_X' - yum/config.py

Ville Skyttä scop at osuosl.org
Wed Mar 24 09:39:29 UTC 2010


 yum/config.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c6f4d336bd6be5cdb575c94628da2eb7bcb900f4
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Mar 22 19:56:44 2010 +0200

    Use LOG_USER as default syslog facility everywhere in base.

diff --git a/yum/config.py b/yum/config.py
index ad8db7e..cb01306 100644
--- a/yum/config.py
+++ b/yum/config.py
@@ -601,7 +601,7 @@ class StartupConf(BaseConfig):
     pluginconfpath = ListOption(['/etc/yum/pluginconf.d'])
     gaftonmode = BoolOption(False)
     syslog_ident = Option()
-    syslog_facility = Option('LOG_DAEMON')
+    syslog_facility = Option('LOG_USER')
     persistdir = Option('/var/lib/yum')
     
 class YumConf(StartupConf):


More information about the Yum-commits mailing list