Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
Author: zzam
Date: 2008-02-13 19:57:46 +0000 (Wed, 13 Feb 2008)
New Revision: 574
Modified:
gentoo-vdr-scripts/trunk/ChangeLog
gentoo-vdr-scripts/trunk/usr/share/vdr/shutdown/Makefile
Log:
Now always install wakeup-nvram helper.
Modified: gentoo-vdr-scripts/trunk/ChangeLog
===================================================================
--- gentoo-vdr-scripts/trunk/ChangeLog 2008-02-13 19:31:13 UTC (rev 573)
+++ gentoo-vdr-scripts/trunk/ChangeLog 2008-02-13 19:57:46 UTC (rev 574)
@@ -2,6 +2,10 @@
# $Id$
13 Feb 2008; Matthias Schwarzott <zzam@g.o>
+ usr/share/vdr/shutdown/Makefile:
+ Now always install wakeup-nvram helper.
+
+ 13 Feb 2008; Matthias Schwarzott <zzam@g.o>
usr/share/vdr/rcscript/pre-start-50-shutdown.sh, README.shutdown,
usr/sbin/Makefile, usr/sbin/acpi-wakeup.sh, +usr/sbin/rtc-wakeup.sh,
usr/share/vdr/bin/vdrshutdown-really.sh,
Modified: gentoo-vdr-scripts/trunk/usr/share/vdr/shutdown/Makefile
===================================================================
--- gentoo-vdr-scripts/trunk/usr/share/vdr/shutdown/Makefile 2008-02-13 19:31:13 UTC (rev 573)
+++ gentoo-vdr-scripts/trunk/usr/share/vdr/shutdown/Makefile 2008-02-13 19:57:46 UTC (rev 574)
@@ -5,10 +5,7 @@
MYDIR = $(DESTDIR)/usr/share/vdr/shutdown
SUBDIRS =
BINS =
-WAKEUP = wakeup-acpi.sh wakeup-none.sh
-ifdef NVRAM
- WAKEUP += wakeup-nvram.sh
-endif
+WAKEUP = wakeup-acpi.sh wakeup-rtc.sh wakeup-nvram.sh wakeup-none.sh
CONFS = $(wildcard shutdown*.sh pre*.sh periodic*.sh) $(WAKEUP)
all:
--
gentoo-commits@g.o mailing list
|
|