diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-13 00:13:55 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-13 00:13:55 +0100 |
commit | 99a609c941caa4ef73a89bf86609a718c975b52b (patch) | |
tree | 8df0bf8e48aa04165e8490374eb893f090212808 /etc/conf.d | |
parent | Bumped to version 2.7.5.1 (diff) | |
download | gentoo-vdr-scripts-99a609c941caa4ef73a89bf86609a718c975b52b.tar.gz gentoo-vdr-scripts-99a609c941caa4ef73a89bf86609a718c975b52b.tar.bz2 gentoo-vdr-scripts-99a609c941caa4ef73a89bf86609a718c975b52b.zip |
proj/gentoo-vdr-scripts: several fixes
- Profiles 17.1 breaks all vdr plugins by hardcoded path
reported by Raimonds Cicans on wrt bug 688174
- fails to shutdown pc for sleep on systemd,
fixed by baselayout 1 removed
reported by Mark Dominik Bürkle on wrt bug 646518
- shuts the vdr down even if nvram-wakup fails
reported by Michael Brakemeier on wrt bug 298785
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'etc/conf.d')
-rw-r--r-- | etc/conf.d/vdr | 1 | ||||
-rw-r--r-- | etc/conf.d/vdr.cd-dvd | 1 | ||||
-rw-r--r-- | etc/conf.d/vdr.periodic.epgscan | 1 | ||||
-rw-r--r-- | etc/conf.d/vdr.periodic.general | 1 | ||||
-rw-r--r-- | etc/conf.d/vdr.shutdown | 3 | ||||
-rw-r--r-- | etc/conf.d/vdr.watchdogd | 1 |
6 files changed, 1 insertions, 7 deletions
diff --git a/etc/conf.d/vdr b/etc/conf.d/vdr index b292df6..0067f18 100644 --- a/etc/conf.d/vdr +++ b/etc/conf.d/vdr @@ -1,5 +1,4 @@ # /etc/conf.d/vdr: -# $Id$ # Global config file for vdr rc-scripts ########################################################### diff --git a/etc/conf.d/vdr.cd-dvd b/etc/conf.d/vdr.cd-dvd index 3dc6fdc..2c52b59 100644 --- a/etc/conf.d/vdr.cd-dvd +++ b/etc/conf.d/vdr.cd-dvd @@ -1,4 +1,3 @@ -# $Id$ # /etc/conf.d/vdr.cd-dvd: # Settings for plugins using cd/dvd-drives diff --git a/etc/conf.d/vdr.periodic.epgscan b/etc/conf.d/vdr.periodic.epgscan index b9a9d05..b69618d 100644 --- a/etc/conf.d/vdr.periodic.epgscan +++ b/etc/conf.d/vdr.periodic.epgscan @@ -1,4 +1,3 @@ -# $Id$ # Configuration settings for vdr related to shutdown # diff --git a/etc/conf.d/vdr.periodic.general b/etc/conf.d/vdr.periodic.general index cceddcd..f31d5a8 100644 --- a/etc/conf.d/vdr.periodic.general +++ b/etc/conf.d/vdr.periodic.general @@ -1,4 +1,3 @@ -# $Id$ # Configuration settings for vdr related to periodic jobs # diff --git a/etc/conf.d/vdr.shutdown b/etc/conf.d/vdr.shutdown index c4fb6b0..f79d13f 100644 --- a/etc/conf.d/vdr.shutdown +++ b/etc/conf.d/vdr.shutdown @@ -1,4 +1,3 @@ -# $Id$ # Configuration settings for vdr related to shutdown and wakeup # @@ -194,7 +193,7 @@ # When shutdown is aborted the default-time to retry # the shutdown # allowed values: number of minutes -# default: 10 minutes +# default: 5 minutes #SHUTDOWN_DEFAULT_RETRY_TIME="10" # diff --git a/etc/conf.d/vdr.watchdogd b/etc/conf.d/vdr.watchdogd index c6f8ccd..62876e7 100644 --- a/etc/conf.d/vdr.watchdogd +++ b/etc/conf.d/vdr.watchdogd @@ -1,4 +1,3 @@ -# $Id$ # /etc/conf.d/vdr.watchdog: # Settings for external vdr watchdog |