Re: creating a socket for use with nc

2010-03-25 Thread RW
On Thu, 25 Mar 2010 17:41:30 +0100 Polytropon wrote: > and the detach program from the ports collection. Is there a reason for preferring that over daemon(8) in the base system? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: creating a socket for use with nc

2010-03-25 Thread Eitan Adler
> I think what you want - I'm not sure I understood you > corretly - is a combination of a named pipe created by > the mkfifo program, and the detach program from the > ports collection. Either I don't understand how to use mkfifo or it is not what I want. mkfifo ppp; cat ppp; cat /dev/urandom |nc

Re: creating a socket for use with nc

2010-03-25 Thread Polytropon
On Thu, 25 Mar 2010 18:29:56 +0200, Eitan Adler wrote: > I have a program which reads from stdin. I'd like to be able to close > the terminal it is running in and interact with it via nc -U. > How can I create a socket which I attach to the stdin of the program? I think what you want - I'm not s

creating a socket for use with nc

2010-03-25 Thread Eitan Adler
I have a program which reads from stdin. I'd like to be able to close the terminal it is running in and interact with it via nc -U. How can I create a socket which I attach to the stdin of the program? ___ freebsd-questions@freebsd.org mailing list http:/