Searched refs:dist_cmd (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | nscomm.c | 109 assert (zp->conf->dist_cmd != NULL); 112 if ( zp->conf->dist_cmd == NULL ) 115 if ( !is_exec_ok (zp->conf->dist_cmd) ) 124 verbmesg (1, zp->conf, mesg, zp->conf->dist_cmd); 125 lg_mesg (LG_ERROR, "exec of distribution command %s disabled due to security reasons", zp->conf->dist_cmd); 145 zp->conf->dist_cmd, zp->zone, path, view); 153 verbmesg (2, zp->conf, "\t %s distribute return: \"%s\"\n", zp->conf->dist_cmd, str_chop (str, '\n')); 163 snprintf (cmdline, sizeof (cmdline), "%s distribute %s %s %s", zp->conf->dist_cmd, zp->zone, path, view); 172 verbmesg (2, zp->conf, "\t %s distribute return: \"%s\"\n", zp->conf->dist_cmd, str_chop (str, '\n')); 178 snprintf (cmdline, sizeof (cmdline), "%s reload %s %s %s", zp->conf->dist_cmd, z [all...] |
H A D | zconf.h | 188 char *dist_cmd; /* cmd to run instead of "rndc reload" */ member in struct:zconf
|
H A D | zconf.c | 211 { "Distribute_Cmd", 97, 100, CONF_STRING, &def.dist_cmd }, 212 { "DistributeCmd", 101, last, CONF_STRING, &def.dist_cmd }, 292 set_varptr ("distribute_cmd", &cp->dist_cmd, cp2 ? &cp2->dist_cmd: NULL);
|
H A D | zkt-signer.c | 384 fprintf (stderr, "\t-r%s\t reload zone via %s\n", loptstr (", --reload", "\t"), conf->dist_cmd ? conf->dist_cmd: "rndc"); 665 if ( zp->conf->dist_cmd ) 698 if ( zp->conf->dist_cmd )
|
Completed in 15 milliseconds