OSDN Git Service

Nothing in pending should "default y".
authorRob Landley <rob@landley.net>
Fri, 21 Oct 2016 03:32:21 +0000 (22:32 -0500)
committerRob Landley <rob@landley.net>
Fri, 21 Oct 2016 03:32:21 +0000 (22:32 -0500)
toys/pending/chrt.c

index 0c25f48..d2b73a4 100644 (file)
@@ -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...]]