Home
last modified time | relevance | path

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

/freebsd/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");
/freebsd/lib/libunbound/
H A Dconfig.h834 #define RUN_DIR "/var/unbound" macro
/freebsd/contrib/unbound/util/
H A Dconfig_file.c199 if(!(cfg->directory = strdup(RUN_DIR))) goto error_exit; in config_create()
323 if(!(cfg->server_key_file = strdup(RUN_DIR"/unbound_server.key"))) in config_create()
325 if(!(cfg->server_cert_file = strdup(RUN_DIR"/unbound_server.pem"))) in config_create()
327 if(!(cfg->control_key_file = strdup(RUN_DIR"/unbound_control.key"))) in config_create()
329 if(!(cfg->control_cert_file = strdup(RUN_DIR"/unbound_control.pem"))) in config_create()
/freebsd/contrib/unbound/
H A Dconfig.h.in915 #undef RUN_DIR
H A Dconfigure.ac208 AC_DEFINE_UNQUOTED(RUN_DIR, ["$hdr_run"], [Directory to chdir to]) definition
/freebsd/contrib/unbound/doc/
H A DChangelog9601 - fix RUN_DIR on windows compile setting in makedist.