Home | History | Annotate | Download | only in system

Lines Matching refs:NAMED

39 #                   "named" nameservers, this can be overridden by the presence
40 # of the file "named.port" in the server directory containing
61 # called "named.args" in an ns*/ subdirectory. Only the FIRST
64 # "named.args" is ignored.
98 my $NAMED = $ENV{'NAMED'};
148 my $file = $testdir . "/" . $server . "/named.port";
234 $command = "taskset $taskset $NAMED ";
237 $command = "$ENV{'TOP_BUILDDIR'}/libtool --mode=execute rr record --chaos $NAMED ";
239 $command = "$NAMED ";
242 my $args_file = $testdir . "/" . $server . "/" . "named.args";
270 if (-e "$testdir/$server/named.$t_option") {
275 $command .= "-c named.conf -d 99 -g -T maxcachesize=2097152";
278 if (-e "$testdir/$server/named.notcp") {
283 $command .= " >>named.run 2>&1 &";
285 $command .= " >named.run 2>&1 &";
301 $cleanup_files = "{./*.jnl,./*.bk,./*.st,./named.run}";
305 $pid_file = "named.pid";
372 my $runfile = "$testdir/$server/named.run";
417 if (-e "$testdir/$server/named.notcp") {
422 if (-e "$testdir/$server/named.ipv6-only") {