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

  /src/external/bsd/nsd/sbin/nsd-checkconf/
Makefile 3 PROG=nsd-checkconf
  /src/external/bsd/unbound/sbin/unbound-checkconf/
Makefile 3 PROG=unbound-checkconf
  /src/external/mpl/bind/bin/check/
Makefile 3 SUBDIR= named-checkconf named-checkzone
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
tests.sh 24 echo_i "checking that named-checkconf handles a known good config ($n)"
26 $CHECKCONF good.conf >checkconf.out$n 2>&1 || ret=1
31 echo_i "checking that named-checkconf prints a known good config ($n)"
35 $CHECKCONF -p good.conf.raw >checkconf.out$n || ret=1
36 grep -v '^good.conf.raw:' <checkconf.out$n >good.conf.out 2>&1 || ret=1
42 echo_i "checking that named-checkconf -x removes secrets ($n)"
47 $CHECKCONF -p -x good.conf.raw >checkconf.out$n || ret=
    [all...]
  /src/external/bsd/nsd/sbin/
Makefile 7 nsd-checkconf \
  /src/external/bsd/unbound/sbin/
Makefile 8 unbound-checkconf \
  /src/external/bsd/nsd/dist/contrib/
nsd.init 36 # locate nsd-checkconf : in sbindir, PATH, nsdc_dir or .
38 if [ -e ${sbindir}/nsd-checkconf ]; then
39 nsd_checkconf=${sbindir}/nsd-checkconf
41 if which nsd-checkconf >/dev/null 2>&1 ; then
42 if which nsd-checkconf 2>&1 | grep "^[Nn]o " >/dev/null; then
45 nsd_checkconf=`which nsd-checkconf`
48 if [ -z "${nsd_checkconf}" -a -e `dirname $0`/nsd-checkconf ]; then
49 nsd_checkconf=`dirname $0`/nsd-checkconf
51 if [ -z "${nsd_checkconf}" -a -e ./nsd-checkconf ]; then
52 nsd_checkconf=./nsd-checkconf
    [all...]
nsd.openrc.in 14 checkconf="@sbindir@/nsd-checkconf"
35 if ! "${checkconf}" "${config_file}" ; then
nsd_munin_ 16 # nsd_checkconf - where to find nsd-checkconf executable.
25 # env.nsd_checkconf /usr/local/sbin/nsd-checkconf
64 env.nsd_checkconf /usr/local/sbin/nsd-checkconf
93 chkconf=${nsd_checkconf:-/usr/local/sbin/nsd-checkconf}
  /src/external/bsd/nsd/dist/
Makefile.in 95 TARGETS=nsd nsd-checkconf nsd-checkzone nsd-control nsd.conf.sample nsd-control-setup.sh contrib/nsd.openrc contrib/nsd-tmpfiles.conf $(XDP_TARGETS)
96 MANUALS=nsd.8 nsd-checkconf.8 nsd-checkzone.8 nsd-control.8 nsd.conf.5
102 ALL_OBJ=$(NSD_OBJ) nsd-checkconf.o nsd-checkzone.o nsd-control.o nsd-mem.o xfr-inspect.o
103 NSD_CHECKCONF_OBJ=$(COMMON_OBJ) nsd-checkconf.o
124 doc/manual/manpages/nsd-checkconf.8.html: nsd-checkconf.8
125 mandoc -T html -O fragment nsd-checkconf.8 > $@
136 html: doc/manual/conf.py doc/manual/manpages/nsd.conf.5.html doc/manual/manpages/nsd.8.html doc/manual/manpages/nsd-checkconf.8.html doc/manual/manpages/nsd-checkzone.8.html doc/manual/manpages/nsd-control.8.html
157 nsd-checkconf.8: $(srcdir)/nsd-checkconf.8.in config.
    [all...]
  /src/external/bsd/unbound/dist/smallapp/
unbound-checkconf.c 2 * smallapp/unbound-checkconf.c - config file checker for unbound.conf file.
83 /** Give checkconf usage, and exit (1). */
87 printf("Usage: unbound-checkconf [file]\n");
176 fprintf(stderr, "unbound-checkconf: warning: forward-addr: '%s' is specified for forward-zone: '%s', but do-not-query-localhost: yes means that the address will not be used for lookups.\n",
184 fprintf(stderr, "unbound-checkconf: warning: stub-addr: '%s' is specified for stub-zone: '%s', but do-not-query-localhost: yes means that the address will not be used for lookups.\n",
225 fprintf(stderr, "unbound-checkconf: warning: local-zone: '%s' "
374 fprintf(stderr, "unbound-checkconf: warning:"
1063 checkconf(const char* cfgfile, const char* opt, int final, int quiet) function
1096 if(!quiet) { printf("unbound-checkconf: no errors in %s\n", cfgfile); }
1105 /** Main routine for checkconf */
    [all...]

Completed in 22 milliseconds