Home | History | Annotate | Download | only in system

Lines Matching refs:RNDC

411   $RNDC -c ../_common/rndc.conf -s $2 -p ${CONTROLPORT} reload $3 2>&1 | sed 's/^/'"I:$1"' /'
416 $RNDC -c ../_common/rndc.conf -s $2 -p ${CONTROLPORT} status | grep "reload/reconfig in progress" >/dev/null || break
424 $RNDC -c ../_common/rndc.conf -s "$2" -p "${CONTROLPORT}" reconfig 2>&1 | sed 's/^/'"I:$1"' /'
426 "$RNDC" -c ../_common/rndc.conf -s "$2" -p "${CONTROLPORT}" status | grep "reload/reconfig in progress" >/dev/null || break
431 # rndc_dumpdb: call "rndc dumpdb [...]" and wait until it completes
435 # arguments, if any, are appended to the rndc command line after "dumpdb".
438 # command to must match the contents of bin/tests/system/_common/rndc.conf.
440 # rndc output is stored in a file called rndc.out.test${n}; the "n" variable is
443 # Return 0 if the dump completes successfully; return 1 if rndc returns an exit
453 ${RNDC} -c ../_common/rndc.conf -p "${CONTROLPORT}" -s "${__ip}" dumpdb "$@" >"rndc.out.test${n}" 2>&1 || __ret=1
465 echo_i "timed out waiting for 'rndc dumpdb' to finish"