Home
last modified time | relevance | path

Searched refs:RUN_DIR (Results 1 – 6 of 6) sorted by relevance

/src/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in36 my $RUN_DIR = '/tmp';
154 chdir $RUN_DIR || log_fatal("Failed to change dir to $RUN_DIR");
/src/lib/libunbound/
H A Dconfig.h922 #define RUN_DIR "/var/unbound" macro
/src/contrib/unbound/util/
H A Dconfig_file.c199 if(!(cfg->directory = strdup(RUN_DIR))) goto error_exit; in config_create()
322 if(!(cfg->server_key_file = strdup(RUN_DIR"/unbound_server.key"))) in config_create()
324 if(!(cfg->server_cert_file = strdup(RUN_DIR"/unbound_server.pem"))) in config_create()
326 if(!(cfg->control_key_file = strdup(RUN_DIR"/unbound_control.key"))) in config_create()
328 if(!(cfg->control_cert_file = strdup(RUN_DIR"/unbound_control.pem"))) in config_create()
/src/contrib/unbound/
H A Dconfig.h.in928 #undef RUN_DIR
H A Dconfigure.ac213 AC_DEFINE_UNQUOTED(RUN_DIR, ["$hdr_run"], [Directory to chdir to]) definition
/src/contrib/unbound/doc/
H A DChangelog10133 - fix RUN_DIR on windows compile setting in makedist.