Searched defs:log_path_dir (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dadmin.c104 static char log_path_dir[AM_URI_SIZE]; variable
518 install_log("updating %s with %s", AM_INSTALL_PDP_PATH, log_path_dir);
519 rv = string_replace(&agent_conf_template, AM_INSTALL_PDP_PATH, log_path_dir, &agent_conf_template_sz);
646 if (chown(log_path_dir, *uid, *gid) != 0) {
648 log_path_dir, *uid, *gid, errno);
728 rv = add_directory_acl((char *) web_conf_path, (char *) log_path_dir, NULL);
729 install_log("agent log directory %s ACL (site %s) update status: %s", log_path_dir,
2288 strcpy(log_path_dir, log_path);

Completed in 36 milliseconds