diff options
author | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-04-24 20:57:19 +0000 |
---|---|---|
committer | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-04-24 20:57:19 +0000 |
commit | 04928512a563057631351f662047b709ddef2201 (patch) | |
tree | 40c97a3c83ba3b8a9fe48a36f10c6f6ae451c1a1 /httpd | |
parent | d4dcdd1b39d3bc749de5df6a3160e2997bef982d (diff) | |
download | vdr-plugin-live-04928512a563057631351f662047b709ddef2201.tar.gz vdr-plugin-live-04928512a563057631351f662047b709ddef2201.tar.bz2 |
- fixed table design error at searchtimers.ecpp
Diffstat (limited to 'httpd')
-rw-r--r-- | httpd/tntnet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httpd/tntnet.cpp b/httpd/tntnet.cpp index 98f2ac9..5baa485 100644 --- a/httpd/tntnet.cpp +++ b/httpd/tntnet.cpp @@ -44,11 +44,11 @@ #endif #ifndef TNTNET_CONF -# define TNTNET_CONF "/etc/tntnet.conf" +# define TNTNET_CONF "/var/lib/vdr/plugins/live/httpd.config" #endif #ifndef TNTNET_PID -# define TNTNET_PID "/var/run/tntnet.pid" +# define TNTNET_PID "/var/run/vdr/tntnet.pid" #endif log_define("tntnet.tntnet") |