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
[email protected]
http://lists.gnu.org/mailman/listinfo/help-cfengine