From: Yves <yme...@pe...> - 2004-11-23 09:08:15
|
> Perfparsed definitely needs a fix, because the code that creates the > fifo queue fails if the queue (or file) already exists, and perfparsed > always exits. So a better fix would be: > if file exists { > if file is a pipe { > do nothing > } else { > rename the file (remove?) > mkfifo > } > } else { > mkfifo > } You are right. And the funny is that I had the same idea later, yesterday= evening. If we have the same idea, this is probably the good algorithm. Expect this for 0.104.1 that should be released later this week. Yves --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://perfparse.sf.net/ - |