Home
last modified time | relevance | path

Searched refs:dist_cmd (Results 1 – 25 of 35) sorted by relevance

12

/dports/dns/zkt/zkt-1.1.4/
H A Dnscomm.c113 assert (zp->conf->dist_cmd != NULL); in dist_and_reload()
116 if ( zp->conf->dist_cmd == NULL ) in dist_and_reload()
119 if ( !is_exec_ok (zp->conf->dist_cmd) ) in dist_and_reload()
128 verbmesg (1, zp->conf, mesg, zp->conf->dist_cmd); in dist_and_reload()
129 …(LG_ERROR, "exec of distribution command %s disabled due to security reasons", zp->conf->dist_cmd); in dist_and_reload()
150 zp->conf->dist_cmd, zp->zone, path, view); in dist_and_reload()
162 zp->conf->dist_cmd, exitcode, str_chop (str, '\n')); in dist_and_reload()
170 …snprintf (cmdline, sizeof (cmdline), "%s distribute %s %s %s 2>&1", zp->conf->dist_cmd, zp->zone, … in dist_and_reload()
183 zp->conf->dist_cmd, exitcode, str_chop (str, '\n')); in dist_and_reload()
189 …snprintf (cmdline, sizeof (cmdline), "%s reload %s %s %s 2>&1", zp->conf->dist_cmd, zp->zone, path… in dist_and_reload()
[all …]
H A Dzconf.c217 { "Distribute_Cmd", 97, 100, CONF_STRING, &def.dist_cmd },
218 { "DistributeCmd", 101, last, CONF_STRING, &def.dist_cmd },
318 set_varptr ("distribute_cmd", &cp->dist_cmd, cp2 ? &cp2->dist_cmd: NULL); in set_all_varptr()
319 set_varptr ("distributecmd", &cp->dist_cmd, cp2 ? &cp2->dist_cmd: NULL); in set_all_varptr()
H A Dzconf.h195 char *dist_cmd; /* cmd to run instead of "rndc reload" */ member
H A Dzkt-signer.c371 …%s\t reload zone via %s\n", loptstr (", --reload", "\t"), conf->dist_cmd ? conf->dist_cmd: "rndc"); in usage()
672 if ( zp->conf->dist_cmd ) in dosigning()
705 if ( zp->conf->dist_cmd ) in dosigning()
/dports/devel/build/build-0.3.10/build/dist/
H A Dfunctions.make5 dist_cmd := $(bld_root)/install/install
7 dist_dir := $(dist_cmd) -d -m 755
8 dist_data := $(dist_cmd) -p -m 644
9 dist_exec := $(dist_cmd) -p -m 755
/dports/devel/p5-PAR-Packer/PAR-Packer-1.052/script/
H A Dpar.pl376 my %dist_cmd = qw(
427 if (my $cmd = $dist_cmd{$1}) {
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_node_tables.h155 ErtsPortTaskHandle dist_cmd; member
H A Ddist.h275 erts_port_task_schedule(id, &dep->dist_cmd, ERTS_PORT_TASK_DIST_CMD); in erts_schedule_dist_command()
H A Datom.names215 atom dist_cmd
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_node_tables.h165 ErtsPortTaskHandle dist_cmd; member
H A Datom.names219 atom dist_cmd
H A Ddist.c965 if (erts_port_task_is_scheduled(&dep->dist_cmd)) in erts_do_net_exits()
966 erts_port_task_abort(&dep->dist_cmd); in erts_do_net_exits()
3017 erts_port_task_schedule(id, &dep->dist_cmd, ERTS_PORT_TASK_DIST_CMD); in erts_schedule_dist_command()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_node_tables.h165 ErtsPortTaskHandle dist_cmd; member
H A Datom.names228 atom dist_cmd
H A Ddist.c965 if (erts_port_task_is_scheduled(&dep->dist_cmd)) in erts_do_net_exits()
966 erts_port_task_abort(&dep->dist_cmd); in erts_do_net_exits()
3047 erts_port_task_schedule(id, &dep->dist_cmd, ERTS_PORT_TASK_DIST_CMD); in erts_schedule_dist_command()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_node_tables.h165 ErtsPortTaskHandle dist_cmd; member
H A Datom.names228 atom dist_cmd
H A Ddist.c965 if (erts_port_task_is_scheduled(&dep->dist_cmd)) in erts_do_net_exits()
966 erts_port_task_abort(&dep->dist_cmd); in erts_do_net_exits()
3047 erts_port_task_schedule(id, &dep->dist_cmd, ERTS_PORT_TASK_DIST_CMD); in erts_schedule_dist_command()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_node_tables.h165 ErtsPortTaskHandle dist_cmd; member
H A Datom.names228 atom dist_cmd
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_node_tables.h165 ErtsPortTaskHandle dist_cmd; member
H A Datom.names228 atom dist_cmd
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_node_tables.h168 ErtsPortTaskHandle dist_cmd; member
H A Datom.names216 atom dist_cmd
H A Ddist.c655 if (erts_port_task_is_scheduled(&dep->dist_cmd)) in erts_do_net_exits()
656 erts_port_task_abort(&dep->dist_cmd); in erts_do_net_exits()
2259 erts_port_task_schedule(id, &dep->dist_cmd, ERTS_PORT_TASK_DIST_CMD); in erts_schedule_dist_command()

12