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

/dovecot/src/master/
H A Dmain.c322 const char *base_config_path; local
324 base_config_path = t_strconcat(set->base_dir, "/"PACKAGE".conf", NULL);
325 i_unlink_if_exists(base_config_path);
327 if (symlink(services->config->config_file_path, base_config_path) < 0) {
329 services->config->config_file_path, base_config_path);

Completed in 12 milliseconds