From 9d3a2200c279b01be44068523506f5f78fe5a3c2 Mon Sep 17 00:00:00 2001 From: Jörg Bornkessel Date: Sun, 9 Oct 2011 16:46:11 +0000 Subject: Tagged version 0.4.9 svn path=/gentoo-vdr-scripts/trunk/; revision=683 --- etc/conf.d/vdr | 2 +- etc/init.d/vdr | 2 +- etc/init.d/wakeup-reboot-halt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') 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..ae4a2e1 100755 --- a/etc/init.d/wakeup-reboot-halt +++ b/etc/init.d/wakeup-reboot-halt @@ -1,9 +1,9 @@ #!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # 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 -- cgit v1.2.3-65-gdbad