diff options
author | Rob Landley <rob@landley.net> | 2013-12-08 13:21:14 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-12-08 13:21:14 -0600 |
commit | 7acbf5e49d0041ca006305c563be2f50f85f6ec7 (patch) | |
tree | 85e8840f5cc12f674254507681f729129b0a31dd /toys | |
parent | 0eb0a81c0c8e2ea99320cc42574766081052af86 (diff) | |
download | toybox-7acbf5e49d0041ca006305c563be2f50f85f6ec7.tar.gz |
Forgot to set new pending entry to default n.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/pending/tcpsvd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/tcpsvd.c b/toys/pending/tcpsvd.c index ec664910..37aafebf 100644 --- a/toys/pending/tcpsvd.c +++ b/toys/pending/tcpsvd.c @@ -11,7 +11,7 @@ USE_TCPSVD(OLDTOY(udpsvd, tcpsvd, OPTSTR_tcpsvd, TOYFLAG_USR|TOYFLAG_BIN)) config TCPSVD bool "tcpsvd" - default y + default n help usage: tcpsvd [-hEv] [-c N] [-C N[:MSG]] [-b N] [-u User] [-l Name] IP Port Prog udpsvd [-hEv] [-c N] [-u User] [-l Name] IP Port Prog |