From: Arkadiusz Miƛkiewicz Date: Wed, 21 Jan 2009 21:48:54 +0000 (+0000) Subject: - correctly access /proc/kmsg X-Git-Tag: auto/th/syslog-ng-3_0_1-6~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=ca352cc2c23f649215313f211c7432214c3ae73f;p=packages%2Fsyslog-ng.git - correctly access /proc/kmsg Changed files: syslog-ng.conf -> 1.32 --- diff --git a/syslog-ng.conf b/syslog-ng.conf index 613698a..478fb71 100644 --- a/syslog-ng.conf +++ b/syslog-ng.conf @@ -22,7 +22,7 @@ options { }; source s_sys { - pipe ("/proc/kmsg" program_override("kernel")); + file ("/proc/kmsg" program_override("kernel")); unix-stream("/dev/log" max-connections(1000)); internal(); };