From c4841f1f843ac89a6dfd6ee13ac2cb672974ec2a Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sat, 14 Nov 2009 08:01:16 +0000 Subject: [PATCH] Fixed for automatic makefile substitution git-svn-id: https://svn.fhem.de/fhem/trunk@466 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/examples/01_fs20 | 6 +++--- fhem/examples/02_fs20 | 6 +++--- fhem/examples/03_fht | 6 +++--- fhem/examples/04_log | 6 +++--- fhem/examples/05_rm100 | 6 +++--- fhem/examples/sample_fhem | 6 +++--- fhem/examples/sample_pgm2 | 8 ++++---- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/fhem/examples/01_fs20 b/fhem/examples/01_fs20 index 39c3b4ea4..36cfbdf24 100644 --- a/fhem/examples/01_fs20 +++ b/fhem/examples/01_fs20 @@ -7,11 +7,11 @@ # # Common part -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 define FHZ FHZ /dev/tts/USB0 # the serial port of an FHZ 1000 PC diff --git a/fhem/examples/02_fs20 b/fhem/examples/02_fs20 index 4db4389d9..ef09200f3 100644 --- a/fhem/examples/02_fs20 +++ b/fhem/examples/02_fs20 @@ -10,11 +10,11 @@ # Common part -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 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 define FHZ FHZ /dev/tts/USB0 # the serial port of an FHZ 1000 PC diff --git a/fhem/examples/03_fht b/fhem/examples/03_fht index 7c6f266fa..91da42528 100644 --- a/fhem/examples/03_fht +++ b/fhem/examples/03_fht @@ -8,11 +8,11 @@ # After about 5-10 minutes, check if "list wz" returns something meaningful # -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 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 define FHZ FHZ /dev/tts/USB0 # the serial port of an FHZ 1000 PC diff --git a/fhem/examples/04_log b/fhem/examples/04_log index 5a01df040..c644e300d 100644 --- a/fhem/examples/04_log +++ b/fhem/examples/04_log @@ -4,11 +4,11 @@ # contrib/91_DbLog.pm # -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 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 define FHZ FHZ /dev/tts/USB0 # the serial port of an FHZ 1000 PC diff --git a/fhem/examples/05_rm100 b/fhem/examples/05_rm100 index 8abb03658..3edfe3681 100644 --- a/fhem/examples/05_rm100 +++ b/fhem/examples/05_rm100 @@ -8,11 +8,11 @@ # if there is no definition for it. Check the commandref.html define, Type HMS # section for details -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 define FHZ FHZ /dev/tts/USB0 # the serial port of an FHZ 1000 PC diff --git a/fhem/examples/sample_fhem b/fhem/examples/sample_fhem index 814107132..ee86bc419 100644 --- a/fhem/examples/sample_fhem +++ b/fhem/examples/sample_fhem @@ -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 diff --git a/fhem/examples/sample_pgm2 b/fhem/examples/sample_pgm2 index a7dddbb5b..c94758207 100644 --- a/fhem/examples/sample_pgm2 +++ b/fhem/examples/sample_pgm2 @@ -2,14 +2,14 @@ # Minimalistic fhem.pl & pgm2 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 define WEB FHEMWEB 8083 global attr WEB plotmode SVG # Fake logfile, to access the global log -define Logfile FileLog /tmp/fhem/fhem-%Y-%m.log fakelog +define Logfile FileLog .-%Y-%m.log fakelog