Re: [proaudio] ebuild TODO-list

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Le Sun, 30 Jul 2006 17:14:35 -0400,
paul wisehart <listreader@xxxxxxxxxxx> a écrit :

> On Sun, Jul 30, 2006 at 09:48:38PM +0200, Dominique Michel wrote:
> > For the parameter, I have done a new script:
> > 
> > #!/bin/bash
> > cd /usr/lib/rt-exec
> > if [ ! $0 ]
> >     then ./start -s $0 &
> >     else ./start &
> > fi
> > 
> > It seam to work. When runing "/usr/sbin/rt_exec sched_1". the script 
> > will run "./start -s sched_1"
> > But now, the srcipt don't show the output of the command in the console, 
> > and I don't know how it is possible to modify the script to do that. 
> > Any clue someone?
> > 
> > I know at it work because mon is working, but it will be really cool 
> > to have start's output in the console, it is some interesting output.
> >
> 
> don't background it ?
> 
No, the only way to get those comments is to remove the final "&". Or if you start it directly by

cd /usr/lib/rt-exec
./start &

it run in the background, but just after the start, you get some comments about what it is doing at start time. And I thing at they are usefull comments.

Dominique



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/