svn commit: trunk/busybox: include util-linux

vapier at busybox.net vapier at busybox.net
Wed Jun 4 10:33:34 UTC 2008


Author: vapier
Date: 2008-06-04 03:33:33 -0700 (Wed, 04 Jun 2008)
New Revision: 22210

Log:
change default rtcwake mode to match changed behavior in upstream util-linux

Modified:
   trunk/busybox/include/usage.h
   trunk/busybox/util-linux/rtcwake.c


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2008-06-04 08:57:14 UTC (rev 22209)
+++ trunk/busybox/include/usage.h	2008-06-04 10:33:33 UTC (rev 22210)
@@ -3308,7 +3308,7 @@
      "\n	-l,--local	 Clock is set to local time" \
      "\n	-u,--utc	 Clock is set to UTC time" \
      "\n	-d,--device=DEV	 Specify the RTC device" \
-     "\n	-m,--mode=MODE	 Set the sleep state (default: suspend)" \
+     "\n	-m,--mode=MODE	 Set the sleep state (default: standby)" \
      "\n	-s,--seconds=SEC Set the timeout in SEC seconds from now" \
      "\n	-t,--time=TIME	 Set the timeout to TIME seconds from epoch" \
 	) \

Modified: trunk/busybox/util-linux/rtcwake.c
===================================================================
--- trunk/busybox/util-linux/rtcwake.c	2008-06-04 08:57:14 UTC (rev 22209)
+++ trunk/busybox/util-linux/rtcwake.c	2008-06-04 10:33:33 UTC (rev 22210)
@@ -26,7 +26,7 @@
 
 #define SYS_RTC_PATH   "/sys/class/rtc/%s/device/power/wakeup"
 #define SYS_POWER_PATH "/sys/power/state"
-#define DEFAULT_MODE   "suspend"
+#define DEFAULT_MODE   "standby"
 
 static time_t rtc_time;
 




More information about the busybox-cvs mailing list