diff options
author | Rob Landley <rob@landley.net> | 2014-05-24 14:41:30 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-05-24 14:41:30 -0500 |
commit | f9c3fc8475722679029cd653d98965fb2767f20c (patch) | |
tree | 726049fc3c4eb321a5bcac5488b0381a49613885 /toys | |
parent | 5e936d65972316c26b7271086cc57838bf1f1e28 (diff) | |
download | toybox-f9c3fc8475722679029cd653d98965fb2767f20c.tar.gz |
Pending commands should default n
Diffstat (limited to 'toys')
-rw-r--r-- | toys/pending/iconv.c | 2 | ||||
-rw-r--r-- | toys/pending/sulogin.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toys/pending/iconv.c b/toys/pending/iconv.c index f4c64fa3..a24abcd9 100644 --- a/toys/pending/iconv.c +++ b/toys/pending/iconv.c @@ -8,7 +8,7 @@ USE_ICONV(NEWTOY(iconv, "t:f:", TOYFLAG_USR|TOYFLAG_BIN)) config ICONV bool "iconv" - default y + default n depends on TOYBOX_ICONV help usage: iconv [-f FROM] [-t TO] [FILE...] diff --git a/toys/pending/sulogin.c b/toys/pending/sulogin.c index fb562ca5..45f76597 100644 --- a/toys/pending/sulogin.c +++ b/toys/pending/sulogin.c @@ -12,7 +12,7 @@ USE_SULOGIN(NEWTOY(sulogin, "t#<0=0", TOYFLAG_SBIN|TOYFLAG_NEEDROOT)) config SULOGIN bool "sulogin" - default y + default n help usage: sulogin [-t time] [tty] |