[arch-commits] Commit in syslog-ng/repos/core-x86_64 (PKGBUILD syslog-ng.conf)
Allan McRae
allan at archlinux.org
Mon Jul 20 05:57:03 UTC 2009
Date: Monday, July 20, 2009 @ 01:57:03
Author: allan
Revision: 46774
oops... should not have done that
Modified:
syslog-ng/repos/core-x86_64/PKGBUILD
syslog-ng/repos/core-x86_64/syslog-ng.conf
----------------+
PKGBUILD | 4 ++--
syslog-ng.conf | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-07-20 05:56:30 UTC (rev 46773)
+++ PKGBUILD 2009-07-20 05:57:03 UTC (rev 46774)
@@ -4,7 +4,7 @@
pkgname=syslog-ng
pkgver=3.0.3
-pkgrel=2
+pkgrel=1
pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -21,7 +21,7 @@
syslog-ng.rc)
install=syslog-ng.install
md5sums=('b8b3c9af28696bce48ceca0de6444426'
- 'e02be6637d0c3b5484d4597ce049ae39'
+ 'c42c6b19bfe784e41c1d4f99c9e7d600'
'9714c7479119922b55a7992677ebecb5'
'9bd98250cfa49e13fa3fa731b6040549')
build() {
Modified: syslog-ng.conf
===================================================================
--- syslog-ng.conf 2009-07-20 05:56:30 UTC (rev 46773)
+++ syslog-ng.conf 2009-07-20 05:57:03 UTC (rev 46774)
@@ -42,8 +42,8 @@
destination d_acpid { file("/var/log/acpid.log"); };
destination d_console { usertty("root"); };
-# Log everything to tty12
-destination console_all { file("/dev/tty12"); };
+# Log everything to vc12
+destination console_all { file("/dev/vc/12"); };
filter f_auth { facility(auth); };
filter f_authpriv { facility(auth, authpriv); };
@@ -89,5 +89,5 @@
log { source(src); filter(f_everything); destination(d_everything); };
log { source(src); filter(f_iptables); destination(d_iptables); };
-# Log everything to tty12
+# Log everything to vc12
#log { source(src); destination(console_all); };
More information about the arch-commits
mailing list