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

  /src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/
nsd-sync 204 chkconf = conf.getValue('named-checkconf')
205 if os.path.exists(chkconf):
208 report_info('=> running "%s" on "%s"...' % (chkconf, fname))
209 (output, errors) = run_cmd_capture(chkconf + ' ' + fname)
s64-sync 212 chkconf = conf.getValue('named-checkconf')
213 if os.path.exists(chkconf):
216 report_info('=> running "%s" on "%s"...' % (chkconf, fname))
217 (output, errors) = run_cmd_capture(chkconf + ' ' + fname)
  /src/external/bsd/nsd/dist/contrib/
nsd_munin_ 93 chkconf=${nsd_checkconf:-/usr/local/sbin/nsd-checkconf}

Completed in 43 milliseconds