From 9cd406e4ebffa8fc6fa3453a0620b0a387d0ddbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Br=C3=BCckner?= Date: Tue, 24 Apr 2007 20:58:41 +0000 Subject: - reverted only local changes on httpd/tntnet.cpp --- httpd/tntnet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httpd/tntnet.cpp b/httpd/tntnet.cpp index 5baa485..98f2ac9 100644 --- a/httpd/tntnet.cpp +++ b/httpd/tntnet.cpp @@ -44,11 +44,11 @@ #endif #ifndef TNTNET_CONF -# define TNTNET_CONF "/var/lib/vdr/plugins/live/httpd.config" +# define TNTNET_CONF "/etc/tntnet.conf" #endif #ifndef TNTNET_PID -# define TNTNET_PID "/var/run/vdr/tntnet.pid" +# define TNTNET_PID "/var/run/tntnet.pid" #endif log_define("tntnet.tntnet") -- cgit v1.2.3