$OpenBSD$
--- fhem.conf.orig	Sat Dec 22 11:38:08 2012
+++ fhem.conf	Sat Dec 22 11:39:45 2012
@@ -0,0 +1,20 @@
+# log to stdout: attr global logfile -
+attr global logfile /var/log/fhem
+attr global pidfilename /var/run/fhem.pid
+# use full logging
+attr global verbose 5
+# where are the FHEM/* perl modules
+attr global modpath /usr/local/libdata/perl5/site_perl
+attr global statefile /var/run/fhem.save
+attr global port 7072
+#
+# that is where only status messages go
+define logfile FileLog /var/log/fhem.filelog .*
+#
+define autocreate autocreate
+#attr autocreate autosave
+attr autocreate device_room %TYPE
+#attr autocreate filelog test2/log/%NAME-%Y.log
+#attr autocreate weblink
+#attr autocreate weblink_room Plots
+
