summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brückner <mb (plus) vdr (at) gekrumbel (dot) de>2007-04-24 20:58:41 +0000
committerMichael Brückner <mb (plus) vdr (at) gekrumbel (dot) de>2007-04-24 20:58:41 +0000
commit9cd406e4ebffa8fc6fa3453a0620b0a387d0ddbe (patch)
treedfbebd3115ffe632ad768f306d2328b157212ffb
parent04928512a563057631351f662047b709ddef2201 (diff)
downloadvdr-plugin-live-9cd406e4ebffa8fc6fa3453a0620b0a387d0ddbe.tar.gz
vdr-plugin-live-9cd406e4ebffa8fc6fa3453a0620b0a387d0ddbe.tar.bz2
- reverted only local changes on httpd/tntnet.cpp
-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")