SOURCES: nvram-wakeup-no_time_helper.patch (NEW) - patch to disable 'time' ...

jajcus jajcus at pld-linux.org
Wed Mar 4 08:42:29 CET 2009


Author: jajcus                       Date: Wed Mar  4 07:42:29 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- patch to disable 'time' helper, which conflicts with the standard 'time' command

---- Files affected:
SOURCES:
   nvram-wakeup-no_time_helper.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/nvram-wakeup-no_time_helper.patch
diff -u /dev/null SOURCES/nvram-wakeup-no_time_helper.patch:1.1
--- /dev/null	Wed Mar  4 08:42:30 2009
+++ SOURCES/nvram-wakeup-no_time_helper.patch	Wed Mar  4 08:42:24 2009
@@ -0,0 +1,21 @@
+diff -dur nvram-wakup-0.99b.orig/Makefile nvram-wakup-0.99b/Makefile
+--- nvram-wakup-0.99b.orig/Makefile	2008-11-23 14:38:59.000000000 +0100
++++ nvram-wakup-0.99b/Makefile	2009-03-04 08:32:25.000000000 +0100
+@@ -15,7 +15,7 @@
+ 
+ PROG      = nvram-wakeup
+ PROG_SH   = VDR/vdrshutdown
+-HELPER    = rtc time biosinfo guess cat_nvram
++HELPER    = rtc biosinfo guess cat_nvram
+ HELPER_SH = guess-helper
+ DOC       = README README.mb README.reboot HISTORY nvram-wakeup.conf
+ 
+@@ -29,7 +29,7 @@
+ GTTXTSRC = $(GTTXT:%.mo=%.po)
+ MAN5   = nvram-wakeup.conf.5
+ MAN8   = nvram-wakeup.8 biosinfo.8 cat_nvram.8 guess-helper.8 guess.8 \
+-         rtc.8 set_timer.8 time.8
++         rtc.8 set_timer.8
+ MAN5GZ = $(MAN5:%.5=%.5.gz)
+ MAN8GZ = $(MAN8:%.8=%.8.gz)
+ DEVS = /dev/nvram /dev/rtc /dev/mem
================================================================


More information about the pld-cvs-commit mailing list