aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2020-03-04 21:51:33 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2020-03-04 21:51:33 +0100
commitf28747d2cb5410be7a34b4ea9e1257df265e28b7 (patch)
treea35df6a3eac2c630a16228b2c44f9350b95bf18d /etc
parentproj/gentoo-vdr-scripts: removed depricated log entry for new svdrp port (diff)
downloadgentoo-vdr-scripts-master.tar.gz
gentoo-vdr-scripts-master.tar.bz2
gentoo-vdr-scripts-master.zip
overlay/vdr/devel: moved homedir /var/vdr to /var/lib/vdrHEADmaster
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
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