help-cfengine
[Top][All Lists]
Advanced

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

Re: parsing errors, syslog and alerts


From: Armin Wolfermann
Subject: Re: parsing errors, syslog and alerts
Date: Sat, 24 Apr 2004 14:39:52 +0159
User-agent: Mutt/1.5.6i

* nico (CCC) <nico@ccc.uba.ar> [24.04.2004 04:28]:
> double definition of alerts:
> ===========================
> if an alert is defined last in a cfagent.conf
> which have imports, then it gets defined twice.

This should fix it:

--- install.c.orig      Sat Apr 24 14:32:28 2004
+++ install.c   Sat Apr 24 14:23:20 2004
@@ -2577,6 +2577,7 @@
           Debug("Install %s if %s\n",CURRENTOBJECT,CLASSBUFF);
           InstallItem(&VALERTS,CURRENTOBJECT,CLASSBUFF,0,0);
           }
+       InitializeAction();
        break;
        
    case interfaces:





reply via email to

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