diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2011-10-09 16:44:13 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2011-10-09 16:44:13 +0000 |
commit | e7760d3d7ab5d141ed3193065259112371b93894 (patch) | |
tree | bd5aa3cef94e25fb4d5e5ab2958fd73c9fbe6a69 | |
parent | Bumped to version 0.4.8 (diff) | |
parent | Bumped to version 0.4.9 (diff) | |
download | gentoo-vdr-scripts-0.4.9.tar.gz gentoo-vdr-scripts-0.4.9.tar.bz2 gentoo-vdr-scripts-0.4.9.zip |
Tagged version 0.4.9gentoo-vdr-scripts-0.4.9
svn path=/gentoo-vdr-scripts/tags/0.4.9/; revision=681
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | etc/conf.d/vdr | 2 | ||||
-rwxr-xr-x | etc/init.d/vdr | 2 | ||||
-rwxr-xr-x | etc/init.d/wakeup-reboot-halt | 2 |
5 files changed, 6 insertions, 4 deletions
@@ -1,6 +1,8 @@ # ChangeLog for gentoo-vdr-scripts # $Id$ +*gentoo-vdr-scripts-0.4.9 (09 Oct 2011) + *gentoo-vdr-scripts-0.4.8 (25 Jan 2011) 24 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org> @@ -1,7 +1,7 @@ README for gentoo-vdr-scripts $Id$ -Version 0.4.8 +Version 0.4.9 This package contains all support scripts for vdr to make it like a real set top box. diff --git a/etc/conf.d/vdr b/etc/conf.d/vdr index 6e16b41..1d94ace 100644 --- a/etc/conf.d/vdr +++ b/etc/conf.d/vdr @@ -45,7 +45,7 @@ # by the broadcaster. Better: Complain at your broadcaster. # # Using vdr-1.6 you can fix it this way: -# If you subscribed to premiere (german pay tv) you may want ISO8859-15. +# If you subscribed to SKY (german pay tv) you may want ISO8859-15. #VDR_CHARSET_OVERRIDE="ISO8859-15" ########################################################### diff --git a/etc/init.d/vdr b/etc/init.d/vdr index a72d39b..a99c964 100755 --- a/etc/init.d/vdr +++ b/etc/init.d/vdr @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -opts="${opts} watchdogrestart" +extra_commands="watchdogrestart" . /etc/conf.d/vdr.watchdogd diff --git a/etc/init.d/wakeup-reboot-halt b/etc/init.d/wakeup-reboot-halt index d35f897..fc3a240 100755 --- a/etc/init.d/wakeup-reboot-halt +++ b/etc/init.d/wakeup-reboot-halt @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -opts="${opts} mark_for_reboot" +extra_commands="mark_for_reboot" STATEFILE=/force_reboot_shutdown |