changeset 1313:5d64dc59e569 draft

Pending commands should default n
author Rob Landley <rob@landley.net>
date Sat, 24 May 2014 14:41:30 -0500
parents ff3ecf9e5095
children bc618abf4fb2
files toys/pending/iconv.c toys/pending/sulogin.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/toys/pending/iconv.c	Sat May 24 14:40:02 2014 -0500
+++ b/toys/pending/iconv.c	Sat May 24 14:41:30 2014 -0500
@@ -8,7 +8,7 @@
 
 config ICONV
   bool "iconv"
-  default y
+  default n
   depends on TOYBOX_ICONV
   help
     usage: iconv [-f FROM] [-t TO] [FILE...]
--- a/toys/pending/sulogin.c	Sat May 24 14:40:02 2014 -0500
+++ b/toys/pending/sulogin.c	Sat May 24 14:41:30 2014 -0500
@@ -12,7 +12,7 @@
 
 config SULOGIN
   bool "sulogin"
-  default y
+  default n
   help
     usage: sulogin [-t time] [tty]