From 04928512a563057631351f662047b709ddef2201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Br=C3=BCckner?= Date: Tue, 24 Apr 2007 20:57:19 +0000 Subject: - fixed table design error at searchtimers.ecpp --- httpd/tntnet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httpd') 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") -- cgit v1.2.3