telnetd -b (bind to specific address) support from Iuri Gomes Diniz.

This commit is contained in:
Rob Landley
2005-11-10 22:37:40 +00:00
parent 990025a7d9
commit 64a5f96780
2 changed files with 10 additions and 1 deletions

View File

@ -2951,6 +2951,7 @@
"Telnetd listens for incoming TELNET connections on PORT.\n" \
"Options:\n" \
"\t-p PORT\tlisten for connections on PORT (default 23)\n" \
"\t-b ADDR\tlisten for connections on ADDR (default 0.0.0.0)\n"\
"\t-l LOGIN\texec LOGIN on connect (default /bin/sh)\n" \
"\t-f issue_file\tDisplay issue_file instead of /etc/issue"
#endif