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

This commit is contained in:
Mike Frysinger
2008-06-04 10:33:33 +00:00
parent 3b162ecdf6
commit 1e93f3c585
2 changed files with 2 additions and 2 deletions

View File

@ -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;