diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-03-04 21:51:33 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-03-04 21:51:33 +0100 |
commit | f28747d2cb5410be7a34b4ea9e1257df265e28b7 (patch) | |
tree | a35df6a3eac2c630a16228b2c44f9350b95bf18d /etc/init.d/vdr | |
parent | proj/gentoo-vdr-scripts: removed depricated log entry for new svdrp port (diff) | |
download | gentoo-vdr-scripts-master.tar.gz gentoo-vdr-scripts-master.tar.bz2 gentoo-vdr-scripts-master.zip |
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'etc/init.d/vdr')
-rw-r--r-- | etc/init.d/vdr | 4 |
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() { |