HomeSort by: relevance | last modified time | path
    Searched refs:xfrdfile (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/unbound/dist/testdata/auth_tls.tdir/
auth_tls.nsd.conf 3 xfrdfile: xfrd.state
  /src/external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/
auth_tls_failcert.nsd.conf 3 xfrdfile: xfrd.state
  /src/external/bsd/nsd/
Makefile.inc 38 -e s,@xfrdfile@,/var/db/nsd/xfdr.state, \
  /src/external/bsd/nsd/dist/contrib/
nsd.spec 31 --with-user=nsd --with-xfrdfile=%{_localstatedir}/lib/%{name}/ixfr.state
  /src/external/bsd/nsd/dist/
nsd-checkconf.c 433 SERV_GET_PATH(final, xfrdfile, o);
678 print_string_var("xfrdfile:", opt->xfrdfile);
903 if (!file_inside_chroot(opt->xfrdfile, opt->chroot)) {
904 fprintf(stderr, "%s: xfrdfile %s is not relative to chroot %s.\n",
905 filename, opt->xfrdfile, opt->chroot);
xfrd-disk.c 145 const char* statefile = xfrd->nsd->options->xfrdfile;
457 const char* statefile = xfrd->nsd->options->xfrdfile;
nsd.c 1389 } else if (!file_inside_chroot(nsd.options->xfrdfile, nsd.chrootdir)) {
1390 error("xfrdfile %s is not relative to %s: chroot not possible",
1391 nsd.options->xfrdfile, nsd.chrootdir);
1599 if (nsd.options->xfrdfile[0] == '/')
1600 nsd.options->xfrdfile += l;
options.h 115 const char* xfrdfile; member in struct:nsd_options
xfrd.c 237 if(nsd->options->xfrdfile != NULL && nsd->options->xfrdfile[0]!=0)
378 if(xfrd->nsd->options->xfrdfile != NULL && xfrd->nsd->options->xfrdfile[0]!=0)
Makefile.in 25 xfrdfile = @xfrdfile@
81 -e 's,@xfrdfile\@,$(xfrdfile),g' \
179 $(INSTALL) -d `dirname $(DESTDIR)$(xfrdfile)`
208 @echo "You still need to remove $(DESTDIR)$(configdir), $(DESTDIR)$(piddir), $(DESTDIR)$(xfrdfile), $(DESTDIR)$(zonelistfile) $(DESTDIR)$(cookiesecretsfile) directory by hand."
configparser.y 425 { cfg_parser->opt->xfrdfile = region_strdup(cfg_parser->opt->region, $2); }
configparser.c 1984 { cfg_parser->opt->xfrdfile = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); }
configure 695 xfrdfile
1506 --with-xfrdfile=path Pathname to the NSD xfrd zone timer state file
4449 xfrdfile=${dbdir}/xfrd.state
4451 # Check whether --with-xfrdfile was given.
4454 withval=$with_xfrdfile; xfrdfile=$withval
4459 #define XFRDFILE "`eval echo $xfrdfile`"
options.c 110 opt->xfrdfile = XFRDFILE;

Completed in 68 milliseconds