aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/conf.d/vdr2
-rw-r--r--etc/init.d/vdr4
-rw-r--r--etc/vdr/commands/commands.system.conf2
-rw-r--r--etc/vdr/commands/commands.system.conf.de2
4 files changed, 5 insertions, 5 deletions
diff --git a/etc/conf.d/vdr b/etc/conf.d/vdr
index e00ab13..2698517 100644
--- a/etc/conf.d/vdr
+++ b/etc/conf.d/vdr
@@ -170,7 +170,7 @@ DISPLAY=:0.0
# use DIR as video directory
# allowed values: directory names
# default: /var/vdr/video
-#VIDEO="/var/vdr/video"
+#VIDEO="/var/lib/vdr/video"
# Read config files from DIR
# allowed values: directory names
diff --git a/etc/init.d/vdr b/etc/init.d/vdr
index 4e2aba6..bace11a 100644
--- a/etc/init.d/vdr
+++ b/etc/init.d/vdr
@@ -7,14 +7,14 @@ extra_commands="watchdogrestart"
. /etc/conf.d/vdr.watchdogd
common_init() {
- vdr_home=/var/vdr
+ vdr_home=/var/lib/vdr
cd ${vdr_home}
. /usr/share/vdr/inc/functions.sh
include rc-functions
include plugin-functions
include svdrpcmd
- VDR_LOG_FILE=/var/vdr/tmp/vdr-start-log
+ VDR_LOG_FILE=/var/lib/vdr/tmp/vdr-start-log
}
clear_logfile() {
diff --git a/etc/vdr/commands/commands.system.conf b/etc/vdr/commands/commands.system.conf
index e443db5..e127a71 100644
--- a/etc/vdr/commands/commands.system.conf
+++ b/etc/vdr/commands/commands.system.conf
@@ -1,2 +1,2 @@
-View VDR Start Log: cat /var/vdr/tmp/vdr-start-log
+View VDR Start Log: cat /var/lib/vdr/tmp/vdr-start-log
diff --git a/etc/vdr/commands/commands.system.conf.de b/etc/vdr/commands/commands.system.conf.de
index 65e5742..e144ea8 100644
--- a/etc/vdr/commands/commands.system.conf.de
+++ b/etc/vdr/commands/commands.system.conf.de
@@ -1,2 +1,2 @@
-VDR Start Log Anzeigen: cat /var/vdr/tmp/vdr-start-log
+VDR Start Log Anzeigen: cat /var/lib/vdr/tmp/vdr-start-log