Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-vdr r644 - in gentoo-vdr-scripts/trunk: . usr/share/vdr/bin
Date: Wed, 30 Jul 2008 16:54:58
Message-Id: E1KOEwx-0004HE-K6@stork.gentoo.org
1 Author: zzam
2 Date: 2008-07-30 16:54:54 +0000 (Wed, 30 Jul 2008)
3 New Revision: 644
4
5 Modified:
6 gentoo-vdr-scripts/trunk/ChangeLog
7 gentoo-vdr-scripts/trunk/usr/share/vdr/bin/vdrshutdown-really.sh
8 gentoo-vdr-scripts/trunk/usr/share/vdr/bin/vdrshutdown-wakeup-helper.sh
9 Log:
10 Add full path to wakeup-helper.
11
12 Modified: gentoo-vdr-scripts/trunk/ChangeLog
13 ===================================================================
14 --- gentoo-vdr-scripts/trunk/ChangeLog 2008-07-30 16:11:55 UTC (rev 643)
15 +++ gentoo-vdr-scripts/trunk/ChangeLog 2008-07-30 16:54:54 UTC (rev 644)
16 @@ -2,6 +2,11 @@
17 # $Id$
18
19 30 Jul 2008; Matthias Schwarzott <zzam@g.o>
20 + usr/share/vdr/bin/vdrshutdown-really.sh,
21 + usr/share/vdr/bin/vdrshutdown-wakeup-helper.sh:
22 + Add full path to wakeup-helper.
23 +
24 + 30 Jul 2008; Matthias Schwarzott <zzam@g.o>
25 usr/share/vdr/bin/vdrshutdown-really.sh:
26 Fixed wakeup times did not work, fix it. Thanks to berti for noticing.
27
28
29 Modified: gentoo-vdr-scripts/trunk/usr/share/vdr/bin/vdrshutdown-really.sh
30 ===================================================================
31 --- gentoo-vdr-scripts/trunk/usr/share/vdr/bin/vdrshutdown-really.sh 2008-07-30 16:11:55 UTC (rev 643)
32 +++ gentoo-vdr-scripts/trunk/usr/share/vdr/bin/vdrshutdown-really.sh 2008-07-30 16:54:54 UTC (rev 644)
33 @@ -45,7 +45,7 @@
34 : ${SHUTDOWN_DEFAULT_RETRY_TIME:=10}
35
36 if [ "${DEBUG}" -ge 1 ]; then
37 - exec </dev/null >/tmp/vdrshutdown-gate-log 2>&1
38 + exec </dev/null >/tmp/vdrshutdown-really.log 2>&1
39 echo Started debug output of $0 $@
40 nr=0
41 for f; do
42 @@ -266,7 +266,7 @@
43
44 # TODO: Integrate code into here (+rewrite)
45 # Keep VDR_TIMER_NEXT here, instead of $@, as it could have been changed
46 -vdrshutdown-wakeup-helper.sh "${VDR_TIMER_NEXT}"
47 +/usr/share/vdr/bin/vdrshutdown-wakeup-helper.sh "${VDR_TIMER_NEXT}"
48
49 if [ $? != 0 ]; then
50 mesg_q "setting wakeup time not successful"
51
52 Modified: gentoo-vdr-scripts/trunk/usr/share/vdr/bin/vdrshutdown-wakeup-helper.sh
53 ===================================================================
54 --- gentoo-vdr-scripts/trunk/usr/share/vdr/bin/vdrshutdown-wakeup-helper.sh 2008-07-30 16:11:55 UTC (rev 643)
55 +++ gentoo-vdr-scripts/trunk/usr/share/vdr/bin/vdrshutdown-wakeup-helper.sh 2008-07-30 16:54:54 UTC (rev 644)
56 @@ -20,7 +20,7 @@
57 shutdown_script_dir=/usr/share/vdr/shutdown
58
59 if [ "${DEBUG}" -ge 1 ]; then
60 - exec >/tmp/vdrshutdown-real-log 2>&1
61 + exec >/tmp/vdrshutdown-wakeup-helper.log 2>&1
62 echo Started debug output of $0 $@
63 set -x
64 fi