Well, after changing dd, I discovered that the tomsrtbt telnetd is coded
to rely on that behaviour, the:

#!/bin/sh
/bin/dd count=1 > /dev/null 2>&1
/usr/bin/ile /bin/ash -i

is intended to read whatever is in the pipe, NOT a full default 512 bytes
of data.  I guess I'll add a '--read-real-blocks' flag.

In the meantime, for 205, change it to /bin/dd bs=1 count=1 and it seems
to work.

-Tom

Reply via email to