aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2021-05-19 06:03:29 -0500
committerRob Landley <rob@landley.net>2021-05-19 06:03:29 -0500
commit22172726c38c3be0b6828b8b180aceec60130a69 (patch)
treea4c82614c2e0519915d2c3d7c5fa8b729cf6c482
parent7a48df38d47057c74d31ac6f80e3aa2b0e88f9af (diff)
downloadtoybox-22172726c38c3be0b6828b8b180aceec60130a69.tar.gz
Commands in pending do not default y.
-rw-r--r--toys/pending/chsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/chsh.c b/toys/pending/chsh.c
index bf409783..8d3390ee 100644
--- a/toys/pending/chsh.c
+++ b/toys/pending/chsh.c
@@ -8,7 +8,7 @@ USE_CHSH(NEWTOY(chsh, "s:", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_STAYROOT))
config CHSH
bool "chsh"
- default y
+ default n
help
usage: chsh [-s SHELL] [USER]