help-cfengine
[Top][All Lists]
Advanced

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

/var/lib/cfengine/bin


From: Nick S. Grechukh
Subject: /var/lib/cfengine/bin
Date: Mon, 30 Jan 2006 21:45:11 +0200

hello
if it is really needed to store symlink on /usr/sbin/cfagent in /var ? that 
is, if cfagent supposed to be replaceable by other program, it is ok. 

also i've found a strange piece of code in cfshow.c: 287:

if (stat("/usr/local/sbin/cfagent",&statbuf) != -1)
{
  snprintf(cfcom,CF_BUFSIZE-1,"/usr/local/sbin/cfagent -W",CFWORKDIR);
 }
else
 {
  snprintf(cfcom,CF_BUFSIZE-1,"%s/bin/cfagent -W",CFWORKDIR);
  }





reply via email to

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