bug-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RecursiveEditFiles not working


From: Rémi Perrot
Subject: Re: RecursiveEditFiles not working
Date: Fri, 15 Feb 2002 18:29:34 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20020203

address@hidden wrote:

Actually, the patch is the same for a16, so just patch that and you don't need 
to upgrade
anything..!

Finally, I Apply this patch one b1 and only use cfagent and that fix !

For other reader be careful, the patch is a reverse patch.

Thank you very much Mark for your fast answer and fix.

Regards,

Rémi


Actually, it looks like a very simply typo, without actually testing this. 
Please
feel free to let me know if this fixes the problem:

edittools.c

371c371
< if 
(!GetLock(ASUniqueName("editfile"),CanonifyName(filename),VIFELAPSED,VEXPIREAFTER,VUQNAME,CFSTARTTIME))
---


if 
(!GetLock(ASUniqueName("editfile"),CanonifyName(ptr->fname),VIFELAPSED,VEXPIREAFTER,VUQNAME,CFSTARTTIME))






reply via email to

[Prev in Thread] Current Thread [Next in Thread]