From 8b7e02f42843768119945623d12dce155bacb168 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 11 Dec 2021 13:19:10 -0600 Subject: [PATCH] Promote uclampset to other. --- toys/{pending => other}/uclampset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/uclampset.c (99%) diff --git a/toys/pending/uclampset.c b/toys/other/uclampset.c similarity index 99% rename from toys/pending/uclampset.c rename to toys/other/uclampset.c index 2f8b1e1e8..bc3688ee7 100644 --- a/toys/pending/uclampset.c +++ b/toys/other/uclampset.c @@ -8,7 +8,7 @@ USE_UCLAMPSET(NEWTOY(uclampset, "p#am#<-1>1024M#<-1>1024R", TOYFLAG_USR|TOYFLAG_ config UCLAMPSET bool "uclampset" - default n + default y help usage: uclampset [-m MIN] [-M MAX] {-p PID | COMMAND...}