changeset 1112:f7bec236efd3 draft

Stuff in pending should default n until cleaned up.
author Rob Landley <rob@landley.net>
date Sun, 10 Nov 2013 15:49:21 -0600
parents f665f065fe87
children 1f6c07e46f99
files toys/pending/tftpd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toys/pending/tftpd.c	Sun Nov 10 14:16:31 2013 -0600
+++ b/toys/pending/tftpd.c	Sun Nov 10 15:49:21 2013 -0600
@@ -9,7 +9,7 @@
 
 config TFTPD
   bool "tftpd"
-  default y
+  default n
   help
     usage: tftpd [-cr] [-u USER] [DIR]