Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-vdr r643 - in gentoo-vdr-scripts/trunk: . usr/share/vdr/bin
Date: Wed, 30 Jul 2008 16:11:58
Message-Id: E1KOEHL-0002na-Qi@stork.gentoo.org
1 Author: zzam
2 Date: 2008-07-30 16:11:55 +0000 (Wed, 30 Jul 2008)
3 New Revision: 643
4
5 Modified:
6 gentoo-vdr-scripts/trunk/ChangeLog
7 gentoo-vdr-scripts/trunk/usr/share/vdr/bin/vdrshutdown-really.sh
8 Log:
9 Fixed wakeup times did not work, fix it. Thanks to berti for noticing.
10
11 Modified: gentoo-vdr-scripts/trunk/ChangeLog
12 ===================================================================
13 --- gentoo-vdr-scripts/trunk/ChangeLog 2008-07-30 16:05:58 UTC (rev 642)
14 +++ gentoo-vdr-scripts/trunk/ChangeLog 2008-07-30 16:11:55 UTC (rev 643)
15 @@ -2,6 +2,10 @@
16 # $Id$
17
18 30 Jul 2008; Matthias Schwarzott <zzam@g.o>
19 + usr/share/vdr/bin/vdrshutdown-really.sh:
20 + Fixed wakeup times did not work, fix it. Thanks to berti for noticing.
21 +
22 + 30 Jul 2008; Matthias Schwarzott <zzam@g.o>
23 usr/share/vdr/bin/vdrshutdown-wakeup-helper.sh:
24 Simplify shutdown code a bit.
25
26
27 Modified: gentoo-vdr-scripts/trunk/usr/share/vdr/bin/vdrshutdown-really.sh
28 ===================================================================
29 --- gentoo-vdr-scripts/trunk/usr/share/vdr/bin/vdrshutdown-really.sh 2008-07-30 16:05:58 UTC (rev 642)
30 +++ gentoo-vdr-scripts/trunk/usr/share/vdr/bin/vdrshutdown-really.sh 2008-07-30 16:11:55 UTC (rev 643)
31 @@ -265,7 +265,8 @@
32
33
34 # TODO: Integrate code into here (+rewrite)
35 -vdrshutdown-wakeup-helper.sh "$@"
36 +# Keep VDR_TIMER_NEXT here, instead of $@, as it could have been changed
37 +vdrshutdown-wakeup-helper.sh "${VDR_TIMER_NEXT}"
38
39 if [ $? != 0 ]; then
40 mesg_q "setting wakeup time not successful"