From: Stephen Gran Date: Sat, 19 Jun 2010 15:32:59 +0000 (+0000) Subject: bad syntax X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=8bbac3aae64a7e73482768c94dacfd96df5872e2;hp=31e7f36e96148e10f24e66cf5967e55a50c73e79;p=mirror%2Fdsa-puppet.git bad syntax Signed-off-by: Stephen Gran --- diff --git a/templates/syslog-ng.conf.erb b/templates/syslog-ng.conf.erb index f3f0cf777..9e4a80d6f 100644 --- a/templates/syslog-ng.conf.erb +++ b/templates/syslog-ng.conf.erb @@ -101,7 +101,6 @@ 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");