fix
[mirror/dsa-puppet.git] / modules / syslog-ng / templates / syslog-ng.conf.erb
index bd9da2a..546bf1c 100644 (file)
@@ -93,7 +93,7 @@ options {
        keep_hostname(no);
 
        # We believe our own clock more than we believe the client clock.
-       keep_timestamp(no)
+       keep_timestamp(no);
 };
 
 
@@ -115,12 +115,7 @@ source s_local {
         # function to send logs to)
         unix-dgram("/var/run/log");
         # messages from the kernel
-        file("/dev/klog" program_override("kernel: "));
-<%- end -%>
-<%- if hostname == "paganini" -%>
-        # use the following line if you want to receive remote UDP logging messages
-        # (this is equivalent to the "-r" syslogd flag)
-        udp();
+        file("/dev/klog" program_override("kernel: ") follow-freq(1));
 <%- end -%>
 };