$OpenBSD: patch-prelude-lml_conf_in,v 1.2 2006/07/10 14:34:23 aanriot Exp $
--- prelude-lml.conf.in.orig	Mon Jul 10 16:06:25 2006
+++ prelude-lml.conf.in	Mon Jul 10 16:08:01 2006
@@ -50,25 +50,34 @@ prefix-regex = "^(?P<timestamp>.{15}) (?
 file = /var/log/messages
 # udp-server = 0.0.0.0
 
+[format=syslog]
+time-format = "%b %d %H:%M:%S" 
+prefix-regex = "^(?P<timestamp>.{15}) (?P<hostname>\S+) (?:(?P<process>\S+?)(?:\[(?P<pid>[0-9]+)\])?: )?"
+file = /var/log/daemon
+# udp-server = 0.0.0.0
+ 
+[format=syslog]
+time-format = "%b %d %H:%M:%S" 
+prefix-regex = "^(?P<timestamp>.{15}) (?P<hostname>\S+) (?:(?P<process>\S+?)(?:\[(?P<pid>[0-9]+)\])?: )?"
+file = /var/log/authlog
+# udp-server = 0.0.0.0
 
 #
 # Example configuration for metalog output:
 #
-[format=metalog]
-prefix-regex = "^(?P<timestamp>.{15}) \[(?P<process>\S+)\] "
-time-format = "%b %d %H:%M:%S" 
-file = /var/log/everything/current
+# [format=metalog]
+# prefix-regex = "^(?P<timestamp>.{15}) \[(?P<program>\S+)\] "
+# time-format = "%b %d %H:%M:%S" 
+# file = /var/log/everything/current
 # udp-server = 0.0.0.0
 
-
 #
 # Example configuration for apache output:
 #
 [format=apache]
 time-format = "%d/%b/%Y:%H:%M:%S"
 prefix-regex = "^(?P<hostname>\S+) - - \[(?P<timestamp>.{20}) \+.{4}\] "
-file = /var/log/apache2/access_log
-
+file = /var/www/logs/access_log
 
 #
 # Specifies the maximum difference, in seconds, between
