[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: talking to terminal servers

Bill Sommerfeld sommerfeld@sun.com
Tue, 25 Oct 2005 08:18:27 -0700 (PDT)


On Tue, 2005-10-25 at 10:51, Arthur Clune wrote:

> default console { type exec;
>    host console;
>    initcmd "/opt/test/bin/chat -f /opt/test/etc/chat.cfg";
>    exec /usr/bin/telnet -E H P;
>    execsubst H=hs,P=Pd;
>    portbase 3000;
>    portinc 1;
> }

conserver has a built-in telnet client so you shouldn't need to exec
telnet.

					- Bill