28 Mar
2006
28 Mar
'06
11:48 a.m.
On Mon, 2006-03-27 at 14:18 -0800, Andrew Meyer wrote:
source kernel { file("/proc/kmsg" log_prefix ("kernel: ")); }; This is the line it keeps complaining about, I'm not sure why...?
"kernel" is currently a reserved word, I was about to kill that, but you can work it around by using something like "s_kernel" for the name of the source. -- Bazsi