[Yum-devel] [PATCH] Use LOG_USER as default syslog facility everywhere in base.
James Antill
james at fedoraproject.org
Mon Mar 22 18:35:38 UTC 2010
On Mon, 2010-03-22 at 19:57 +0200, Ville Skyttä wrote:
> ---
> yum/config.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> 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')
Why? This has been the default for years.
More information about the Yum-devel
mailing list