From 91f6eec0f8e47c628092d92d2c454902b506d54f Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Tue, 26 Jul 2011 14:00:09 +0000 Subject: [PATCH] Comment fixed git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@960 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/examples/sample_pgm2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/examples/sample_pgm2 b/fhem/examples/sample_pgm2 index 8b3dea2eb..fac6e4d33 100644 --- a/fhem/examples/sample_pgm2 +++ b/fhem/examples/sample_pgm2 @@ -3,7 +3,7 @@ # attr global logfile /tmp/fhem-%Y-%m.log attr global modpath . # where our FHEM directory is -attr global port 7072 global # our TCP/IP port (localhost only) +attr global port 7072 global # our TCP/IP port attr global statefile /tmp/fhem.save # where to save the state of the devices attr global verbose 3 # "normal" verbosity (min 1, max 5)