From 890ae68b439424f810e5e9a843b9b33267270ff3 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 19 Jun 2010 15:37:45 +0000 Subject: [PATCH] bad syntax Signed-off-by: Stephen Gran --- templates/syslog-ng.conf.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/syslog-ng.conf.erb b/templates/syslog-ng.conf.erb index 9e4a80d6f..c62a7f799 100644 --- a/templates/syslog-ng.conf.erb +++ b/templates/syslog-ng.conf.erb @@ -101,10 +101,12 @@ source s_all { <% else %> file("/proc/kmsg" program_override("kernel: ")); <%end%> +<%else%> # standard Linux log source (this is the default place for the syslog() # function to send logs to) unix-dgram("/var/run/log"); # messages from the kernel +<%end%> <% if syslogversion == "2" -%> file("/dev/klog" log_prefix("kernel: ")); <% else %> -- 2.20.1