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);
  }



_______________________________________________
Help-cfengine mailing list
Help-cfengine@gnu.org
http://lists.gnu.org/mailman/listinfo/help-cfengine

Reply via email to