From 7e97f0d01e08982bdaa42b3bcd9f4deb3c03a2c1 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 16 Apr 2020 02:57:07 -0500 Subject: [PATCH] Promote rtcwake. --- toys/{pending => other}/rtcwake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/rtcwake.c (99%) diff --git a/toys/pending/rtcwake.c b/toys/other/rtcwake.c similarity index 99% rename from toys/pending/rtcwake.c rename to toys/other/rtcwake.c index 0b034594..161bd881 100644 --- a/toys/pending/rtcwake.c +++ b/toys/other/rtcwake.c @@ -6,7 +6,7 @@ USE_RTCWAKE(NEWTOY(rtcwake, "(list-modes);(auto)a(device)d:(local)l(mode)m:(seco config RTCWAKE bool "rtcwake" - default n + default y help usage: rtcwake [-aluv] [-d FILE] [-m MODE] [-s SECS] [-t UNIX] -- 2.39.2