If I pass -K when running cfagent it should in turn pass this to the cfagent call to execute the module. At least this is how I see it. here is a patch to fix it.
--- methods.c.orig 2005-03-09 14:41:43.000000000 -0500
+++ methods.c 2005-03-23 12:30:54.892255784 -0500
@@ -274,6 +274,11 @@
strcat(options,"-I ");
}
+if (IGNORELOCK)
+ {
+ strcat(options,"-K ");
+ }
+
if (VERBOSE)
{
strcat(options,"-v ");
--
Christian Pearce
http://www.sysnav.com
http://www.commnav.com
http://www.perfectorder.com
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Bug-cfengine mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-cfengine
