On Sat, 7 Jan 2006 17:51:58 +0200, Lior Kesos <[EMAIL PROTECTED]> wrote:
>
> The installation program assumes access to /dev/ttyX while the daemon does
> not have a tty assigned to it.
> Is there a way to assign a tty to a proccess after it has been run?
Use expect, It was built for this, i.e. Run
On Sat, Jan 07, 2006 at 05:51:58PM +0200, Lior Kesos wrote:
> Hi,
> I have a program meant to be installed manually which is run by my own
> daemon.
> The installation program assumes access to /dev/ttyX while the daemon does
> not have a tty assigned to it.
> Is there a way to assign a tty to a pr
Hi,
I have a program meant to be installed manually which is run by my own daemon.
The installation program assumes access to /dev/ttyX while the daemon does not have a tty assigned to it.
Is there a way to assign a tty to a proccess after it has been run?
The best option would be through a usersp