From 8d7a3e620c1d1c363faf75e5d4055a2f9f0d3131 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Thu, 27 Sep 2012 00:07:10 -0500 Subject: rsyslog: tweak the file logging just a bit. --- abs/core/rsyslog/PKGBUILD | 4 ++-- abs/core/rsyslog/rsyslog.conf.linhes | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/abs/core/rsyslog/PKGBUILD b/abs/core/rsyslog/PKGBUILD index 40fe9a2..b3902fb 100644 --- a/abs/core/rsyslog/PKGBUILD +++ b/abs/core/rsyslog/PKGBUILD @@ -3,7 +3,7 @@ pkgname=rsyslog pkgver=5.8.6 -pkgrel=6 +pkgrel=7 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability" url="http://www.rsyslog.com/" arch=('i686' 'x86_64') @@ -50,5 +50,5 @@ package() { md5sums=('c46db0496066b82faf735bd4222208d7' 'a18bbcbb6ebdaa13a6ec6d9f3d9eb2da' '1a0cd4530dd5d1439456d5ae230574d9' - 'fae023a980db26f0ee27bd2f80d3e6f2' + 'df5cb090691db8640c489981ba3d0798' '2f795681e12f8bc43e8bea28dc020dcb') diff --git a/abs/core/rsyslog/rsyslog.conf.linhes b/abs/core/rsyslog/rsyslog.conf.linhes index 5d8eb63..24bf3f5 100644 --- a/abs/core/rsyslog/rsyslog.conf.linhes +++ b/abs/core/rsyslog/rsyslog.conf.linhes @@ -27,12 +27,12 @@ if $programname contains 'lighttpd' then ?DynLighttpd & ~ local6.* ?DynMyth -& ~ +#& ~ # Log anything (except mail) of level info or higher. # Don't log private authentication messages! #*.info;mail.none;authpriv.none;cron.none -/var/log/messages -*.info;mail.none;authpriv.none;cron.none -?DailyPerHostLogs -*.info;mail.none;authpriv.none;cron.none -?DynFile +*.info;mail.none;authpriv.none;cron.none;local6.none -?DailyPerHostLogs +*.info;mail.none;authpriv.none;cron.none;local6.none -?DynFile # The authpriv file has restricted access. #authpriv.* /var/log/secure @@ -56,7 +56,7 @@ uucp,news.crit -?DynSpooler # Save boot messages also to boot.log #local7.* /var/log/boot.log -local7.* ?DynFile +local7.* ?DynBoot # Remote Logging (we use TCP for reliable delivery) # An on-disk queue is created for this action. If the remote host is -- cgit v0.12