OSDN Git Service

Pending commands should default n
authorRob Landley <rob@landley.net>
Sat, 24 May 2014 19:41:30 +0000 (14:41 -0500)
committerRob Landley <rob@landley.net>
Sat, 24 May 2014 19:41:30 +0000 (14:41 -0500)
toys/pending/iconv.c
toys/pending/sulogin.c

index f4c64fa..a24abcd 100644 (file)
@@ -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...]
index fb562ca..45f7659 100644 (file)
@@ -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]