[arch-commits] CVS update of core/base/syslog-ng (PKGBUILD syslog-ng.conf)

Tobias Powalowski tpowa at archlinux.org
Sat Oct 27 09:39:05 UTC 2007


    Date: Saturday, October 27, 2007 @ 05:39:05
  Author: tpowa
    Path: /home/cvs-core/core/base/syslog-ng

Modified: PKGBUILD (1.22 -> 1.23) syslog-ng.conf (1.7 -> 1.8)

'upgpkg: fixed #8436'


----------------+
 PKGBUILD       |    7 +++----
 syslog-ng.conf |    6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)


Index: core/base/syslog-ng/PKGBUILD
diff -u core/base/syslog-ng/PKGBUILD:1.22 core/base/syslog-ng/PKGBUILD:1.23
--- core/base/syslog-ng/PKGBUILD:1.22	Thu Oct 25 06:04:31 2007
+++ core/base/syslog-ng/PKGBUILD	Sat Oct 27 05:39:04 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.22 2007/10/25 10:04:31 tpowa Exp $
+# $Id: PKGBUILD,v 1.23 2007/10/27 09:39:04 tpowa Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=syslog-ng
 pkgver=2.0.5
-pkgrel=4
+pkgrel=5
 pkgdesc="A portable syslogd replacement with enhanced, flexible configuration scheme."
 arch=(i686 x86_64)
 license=('GPL')
@@ -15,7 +15,7 @@
 source=(http://www.balabit.com/downloads/files/syslog-ng/sources/stable/src/$pkgname-$pkgver.tar.gz \
 	syslog-ng.conf syslog-ng.logrotate syslog-ng)
 md5sums=('c161eefc450fabc246c1a10997c6c6a5'
-         '1d960d7637de4fd7a3209b856762ccad'
+         'ee95af3a4f969f3759e477289305c8c6'
          '9714c7479119922b55a7992677ebecb5'
          '7e14fecf3815e5fdc50f2817dc19720f')
 
@@ -29,4 +29,3 @@
   install -D -m644 ../syslog-ng.logrotate $startdir/pkg/etc/logrotate.d/syslog-ng
   install -D -m755 ../syslog-ng $startdir/pkg/etc/rc.d/syslog-ng
 }
-
Index: core/base/syslog-ng/syslog-ng.conf
diff -u core/base/syslog-ng/syslog-ng.conf:1.7 core/base/syslog-ng/syslog-ng.conf:1.8
--- core/base/syslog-ng/syslog-ng.conf:1.7	Thu Oct 25 06:04:31 2007
+++ core/base/syslog-ng/syslog-ng.conf	Sat Oct 27 05:39:04 2007
@@ -32,7 +32,7 @@
 destination mail { file("/var/log/mail.log"); };
 destination news { file("/var/log/news.log"); };
 destination ppp { file("/var/log/ppp.log"); };
-#destination debug { file("/var/log/debug.log"); };
+destination debug { file("/var/log/debug.log"); };
 destination messages { file("/var/log/messages.log"); };
 destination errors { file("/var/log/errors.log"); };
 destination everything { file("/var/log/everything.log"); };
@@ -41,7 +41,7 @@
 destination console { usertty("root"); };
 
 # Log everything to vc12
-#destination console_all { file("/dev/vc/12"); };
+destination console_all { file("/dev/vc/12"); };
 
 filter f_auth { facility(auth); };
 filter f_authpriv { facility(auth, authpriv); };
@@ -56,7 +56,7 @@
 filter f_uucp { facility(cron); };
 filter f_news { facility(news); };
 filter f_ppp { facility(local2); };
-#filter f_debug { not facility(auth, authpriv, news, mail); };
+filter f_debug { not facility(auth, authpriv, news, mail); };
 filter f_messages { level(info..warn) and not facility(auth, authpriv, mail, news, cron) and not program(syslog-ng) and not filter(f_iptables); };
 filter f_everything { level(debug..emerg) and not facility(auth, authpriv); };
 filter f_emergency { level(emerg); };




More information about the arch-commits mailing list