summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httpd/tntnet.cpp4
1 files 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")