Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-vdr r587 - in gentoo-vdr-scripts/trunk: . etc/init.d
Date: Sat, 19 Apr 2008 08:42:45
Message-Id: E1Jn8eb-0005Mp-Oc@stork.gentoo.org
1 Author: zzam
2 Date: 2008-04-19 08:42:36 +0000 (Sat, 19 Apr 2008)
3 New Revision: 587
4
5 Modified:
6 gentoo-vdr-scripts/trunk/ChangeLog
7 gentoo-vdr-scripts/trunk/etc/init.d/wakeup-reboot-halt
8 Log:
9 Make special option mark_for_reboot work with baselayout-1, Reported by gehlhajo, http://www.vdr-portal.de/board/thread.php?threadid=76283
10
11 Modified: gentoo-vdr-scripts/trunk/ChangeLog
12 ===================================================================
13 --- gentoo-vdr-scripts/trunk/ChangeLog 2008-04-19 08:16:28 UTC (rev 586)
14 +++ gentoo-vdr-scripts/trunk/ChangeLog 2008-04-19 08:42:36 UTC (rev 587)
15 @@ -2,6 +2,11 @@
16 # $Id$
17
18 19 Apr 2008; Matthias Schwarzott <zzam@g.o>
19 + etc/init.d/wakeup-reboot-halt:
20 + Make special option mark_for_reboot work with baselayout-1, Reported by
21 + gehlhajo, http://www.vdr-portal.de/board/thread.php?threadid=76283
22 +
23 + 19 Apr 2008; Matthias Schwarzott <zzam@g.o>
24 usr/share/vdr/rcscript/pre-start-30-parameter.sh, etc/conf.d/vdr:
25 Added VDR_CHARSET_OVERRIDE support
26
27
28 Modified: gentoo-vdr-scripts/trunk/etc/init.d/wakeup-reboot-halt
29 ===================================================================
30 --- gentoo-vdr-scripts/trunk/etc/init.d/wakeup-reboot-halt 2008-04-19 08:16:28 UTC (rev 586)
31 +++ gentoo-vdr-scripts/trunk/etc/init.d/wakeup-reboot-halt 2008-04-19 08:42:36 UTC (rev 587)
32 @@ -3,7 +3,7 @@
33 # Distributed under the terms of the GNU General Public License v2
34 # $Id$
35
36 -extra_commands="mark_for_reboot"
37 +opts="${opts} mark_for_reboot"
38
39 STATEFILE=/force_reboot_shutdown
40
41
42 --
43 gentoo-commits@l.g.o mailing list