From 22172726c38c3be0b6828b8b180aceec60130a69 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 19 May 2021 06:03:29 -0500 Subject: Commands in pending do not default y. --- toys/pending/chsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys') 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] -- cgit v1.2.3