I guess this is a typo, isn't it?
Code:
--- zabbix-1.1.3/src/zabbix_agent/zabbix_agent.c.orig Mon Oct 23 13:23:21 2006
+++ zabbix-1.1.3/src/zabbix_agent/zabbix_agent.c Fri Oct 27 17:29:56 2006
@@ -108,7 +108,7 @@
if(CONFIG_FILE == NULL)
{
- CONFIG_FILE = strdup("/etc/zabbix/zabbix_agentd.conf");
+ CONFIG_FILE = strdup("/etc/zabbix/zabbix_agent.conf");
}
parse_cfg_file(CONFIG_FILE,cfg);
Comment