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

  /src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/
nsd-sync 218 chkzone = conf.getValue('named-checkzone')
219 if os.path.exists(chkzone):
224 report_info('=> running "%s" on all zones...' % (chkzone))
229 (output, errors) = run_cmd_capture(chkzone + ' ' + zone + ' ' + zfile)
s64-sync 226 chkzone = conf.getValue('named-checkzone')
227 if os.path.exists(chkzone):
232 report_info('=> running "%s" on all zones...' % (chkzone))
237 (output, errors) = run_cmd_capture(chkzone + ' ' + zone + ' ' + zfile)

Completed in 32 milliseconds