From 3c399afd39730640be7d939928127dd39d74e8a9 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 20 Oct 2016 22:32:21 -0500 Subject: Nothing in pending should "default y". --- toys/pending/chrt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/pending/chrt.c b/toys/pending/chrt.c index 0c25f484..d2b73a42 100644 --- a/toys/pending/chrt.c +++ b/toys/pending/chrt.c @@ -6,7 +6,7 @@ USE_CHRT(NEWTOY(chrt, "mp#bfiorR[!bfior]", TOYFLAG_USR|TOYFLAG_SBIN)) config CHRT bool "chrt" - default y + default n help usage: chrt [-m] [-p PID] [POLICY PRIO] [COMMAND [ARGS...]] -- cgit v1.2.3