Fixed for automatic makefile substitution

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@466 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2009-11-14 08:01:16 +00:00
parent 5e55e99ec9
commit 0a957a3321
7 changed files with 22 additions and 22 deletions

View File

@@ -1,8 +1,8 @@
#
# Minimalistic fhem.pl configfile. Take a look at the other examples for more.
#
attr global logfile /tmp/fhem/fhem-%Y-%m.log
attr global statefile /tmp/fhem/fhem.save # where to save the state of the devices
attr global logfile .-%Y-%m.log
attr global statefile ..save # where to save the state of the devices
attr global verbose 3 # "normal" verbosity (min 1, max 5)
attr global port 7072 # our TCP/IP port (localhost only)
attr global modpath /tmp/fhem/fhem # where our FHEM directory is
attr global modpath . # where our FHEM directory is