aboutsummaryrefslogtreecommitdiff
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/init.d/vdr
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/init.d/vdr')
-rw-r--r--etc/init.d/vdr4
1 files changed, 2 insertions, 2 deletions
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() {