From f467297736e8edfa0fee9099243d167074595ab8 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 10 Nov 2013 15:49:21 -0600 Subject: Stuff in pending should default n until cleaned up. --- toys/pending/tftpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/tftpd.c') diff --git a/toys/pending/tftpd.c b/toys/pending/tftpd.c index b2e72ee6..39a9097e 100644 --- a/toys/pending/tftpd.c +++ b/toys/pending/tftpd.c @@ -9,7 +9,7 @@ USE_TFTPD(NEWTOY(tftpd, "rcu:", TOYFLAG_BIN)) config TFTPD bool "tftpd" - default y + default n help usage: tftpd [-cr] [-u USER] [DIR] -- cgit v1.2.3