help-cfengine
[Top][All Lists]
Advanced

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

Re: cfengine-1.6.0.a11, checksums but no syslog warnings?


From: Alan Sparks
Subject: Re: cfengine-1.6.0.a11, checksums but no syslog warnings?
Date: Wed, 08 Nov 2000 10:53:38 -0700

Mark.Burgess@iu.hio.no wrote:
> 
> On  6 Nov, Alan Sparks wrote:
> > I've been trying to get checksum change warnings to appear in syslog, to
> > no avail.  I note in the source (filedirs.c, around line 442), the code:
> >
> >     Debug("Checking MD5 integrity of %s\n",file);
> >     cfMDFile(file,digest);
> >     digest[16] = '\0';
> >
> >     if (ChecksumChanged(file,digest,cfsilent,false))
> >        {
> >        }
> >     }
> >
> > So the non-support of syslog is hardwired into this?  Anyone patched
> > this to use the syslog= parameter as shown in the documentation?  Any
> > other workaround before I hack this?
> >
> > Thanks in advance.
> > -Alan
> >
> 
>  syslog=true  ? in files:
> 

Does not help.  Still hardwired to stdout.
-Alan



reply via email to

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