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

  /src/external/bsd/nsd/include/
config.h 14 #define CHROOTDIR "/var/chroot/nsd"
20 #define CONFIGDIR CHROOTDIR "/etc/nsd"
23 #define CONFIGFILE CHROOTDIR "/etc/nsd/nsd.conf"
26 #define COOKIESECRETSFILE CHROOTDIR "/var/db/nsd/cookiesecrets.txt"
607 #define PIDFILE CHROOTDIR "/var/run/nsd.pid"
802 #define XFRDFILE CHROOTDIR "/var/db/nsd/xfrd.state"
805 #define XFRDIR CHROOTDIR "/tmp"
812 #define ZONELISTFILE CHROOTDIR "/var/db/nsd/zone.list"
815 #define ZONESDIR CHROOTDIR "/etc/nsd"
  /src/external/bsd/nsd/dist/
nsd-mem.c 294 if(nsd.chrootdir == 0) nsd.chrootdir = nsd.options->chroot;
295 #ifdef CHROOTDIR
296 /* if still no chrootdir, fallback to default */
297 if(nsd.chrootdir == 0) nsd.chrootdir = CHROOTDIR;
298 #endif /* CHROOTDIR */
311 if (nsd.chrootdir && strlen(nsd.chrootdir)) {
    [all...]
config.h.in 13 #undef CHROOTDIR
nsd-checkconf.c 191 #ifdef CHROOTDIR
192 if(chr == 0) chr = CHROOTDIR;
nsd.c 111 " -t chrootdir Change root to specified directory on startup.\n"
891 nsd.chrootdir = 0;
1017 nsd.chrootdir = optarg;
1174 if(nsd.chrootdir == 0) nsd.chrootdir = nsd.options->chroot;
1175 #ifdef CHROOTDIR
1176 /* if still no chrootdir, fallback to default */
1177 if(nsd.chrootdir == 0) nsd.chrootdir = CHROOTDIR;
    [all...]

Completed in 17 milliseconds