On Friday 31 October 2008 09:55, walter harms wrote: > > Denys Vlasenko schrieb: > >>> This, certainly, should be reflected in usage.h > > > > Like this? > > > > $ busybox tftpd --help > > BusyBox v1.13.0.svn (2008-10-29 04:32:05 CET) multi-call binary > > > > Usage: tftpd [-cr] [-u USER] [DIR] > > > > Transfer a file on tftp client's request. > > > > tftpd should be used as an inetd service. > > tftpd's line for inetd.conf: > > 69 dgram udp nowait root tftpd tftpd /files/to/serve > > It also can be ran from udpsvd: > > udpsvd -vE 0.0.0.0 69 tftpd /files/to/serve > > > > IMHO > "tftpd should be used as an inetd service." > this is ok for -h (say last warning) > maybe instead of the error msg ? > ftpd: stdin is not a socket: Socket operation on non-socket
Done. -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
