On Fri, Mar 10, 2006 at 08:57:56PM +0100, R. Mattes wrote:
> I was just about to report a bug in the rc/wmiirc script:
> 
>    $MODKEY-Control-w,y)
>               wmiirc &;;
> 
> This will create a _second_ wmiirc process so now you have
> two event readers - most likely _not_ what you want.
> Should probably be:               
> 
>    $MODKEY-Control-w,y)
>               exec wmiirc;;
> 

Not at all, because the wmiirc script contains the following two lines
that ensure to kill the previously running wmiirc.

|test -f $pidfile && kill `cat $pidfile` 2>/dev/null
|echo $$ >$pidfile

regards.
-- 
David

_______________________________________________
[email protected] mailing list
http://wmii.de/cgi-bin/mailman/listinfo/wmii

Reply via email to