aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-10-20 22:32:21 -0500
committerRob Landley <rob@landley.net>2016-10-20 22:32:21 -0500
commit3c399afd39730640be7d939928127dd39d74e8a9 (patch)
treeb482652b15c366a604593858d09164174c737eb8
parentc1a1c952628532ac15491a356ebff44d7a7300b3 (diff)
downloadtoybox-3c399afd39730640be7d939928127dd39d74e8a9.tar.gz
Nothing in pending should "default y".
-rw-r--r--toys/pending/chrt.c2
1 files changed, 1 insertions, 1 deletions
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...]]