SOURCES: syslog-ng.conf - update for 3.0; chain_hostnames is default off
arekm
arekm at pld-linux.org
Fri Jan 16 11:53:27 CET 2009
Author: arekm Date: Fri Jan 16 10:53:27 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- update for 3.0; chain_hostnames is default off
---- Files affected:
SOURCES:
syslog-ng.conf (1.28 -> 1.29)
---- Diffs:
================================================================
Index: SOURCES/syslog-ng.conf
diff -u SOURCES/syslog-ng.conf:1.28 SOURCES/syslog-ng.conf:1.29
--- SOURCES/syslog-ng.conf:1.28 Fri Dec 26 03:29:33 2008
+++ SOURCES/syslog-ng.conf Fri Jan 16 11:53:21 2009
@@ -1,3 +1,4 @@
+ at version: 3.0
#
# Syslog-ng configuration for PLD Linux
#
@@ -5,7 +6,6 @@
#
options {
- chain_hostnames(no);
flush_lines(0);
owner(root);
group(logs);
@@ -22,7 +22,7 @@
};
source s_sys {
- pipe ("/proc/kmsg" log_prefix("kernel: "));
+ pipe ("/proc/kmsg" program_override("kernel"));
unix-stream("/dev/log" max-connections(1000));
internal();
};
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/syslog-ng.conf?r1=1.28&r2=1.29&f=u
More information about the pld-cvs-commit
mailing list