comparison toys/pending/telnetd.c @ 1662:c1715c752e89 draft

AOSP master has <pty.h> and builds netcat/nc.
author Elliott Hughes <enh@google.com>
date Fri, 16 Jan 2015 13:49:23 -0600
parents 685a0da6ca59
children
comparison
equal deleted inserted replaced
1661:d4bc084916fd 1662:c1715c752e89
6 USE_TELNETD(NEWTOY(telnetd, "w#<0b:p#<0>65535=23f:l:FSKi[!wi]", TOYFLAG_USR|TOYFLAG_BIN)) 6 USE_TELNETD(NEWTOY(telnetd, "w#<0b:p#<0>65535=23f:l:FSKi[!wi]", TOYFLAG_USR|TOYFLAG_BIN))
7 7
8 config TELNETD 8 config TELNETD
9 bool "telnetd" 9 bool "telnetd"
10 default n 10 default n
11 depends on TOYBOX_PTY
12 help 11 help
13 Handle incoming telnet connections 12 Handle incoming telnet connections
14 13
15 -l LOGIN Exec LOGIN on connect 14 -l LOGIN Exec LOGIN on connect
16 -f ISSUE_FILE Display ISSUE_FILE instead of /etc/issue 15 -f ISSUE_FILE Display ISSUE_FILE instead of /etc/issue