Searched refs:RUN_DIR (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in35 my $RUN_DIR = '/tmp';
153 chdir $RUN_DIR || log_fatal("Failed to change dir to $RUN_DIR");
/freebsd-10-stable/contrib/unbound/
H A Dconfig.h544 #define RUN_DIR "/var/unbound" macro
/freebsd-10-stable/contrib/unbound/util/
H A Dconfig_file.c151 if(!(cfg->directory = strdup(RUN_DIR))) goto error_exit;
222 if(!(cfg->server_key_file = strdup(RUN_DIR"/unbound_server.key")))
224 if(!(cfg->server_cert_file = strdup(RUN_DIR"/unbound_server.pem")))
226 if(!(cfg->control_key_file = strdup(RUN_DIR"/unbound_control.key")))
228 if(!(cfg->control_cert_file = strdup(RUN_DIR"/unbound_control.pem")))

Completed in 64 milliseconds