Re: Remote tkined

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Wed, 28 Aug 1996 17:04:20 +0200

Phil Boardman <phil@gi.net> wrote:

> I am interested in setting up tkined to listen for a remote connection on
> startup. I would think the correct way to do this would be to add something
> like the following to tkined.defaults:
>
> tkined.toolsRemotetkinedListenListening: true
> tkined.toolsRemotetkinedListenSilentAccept: true

> I'm not quite sure if I have the syntax correct....but I believe it
> would do the trick. Any suggestions?

This is from my personal tkined.defaults file so it might work:

! Some defaults for the manager.tcl script that control
! the remote access policy.

remote.listen: true
remote.silent: true

There is no real naming convention which is quite confusing, I know.

Juergen