named-checkzone.1 revision 75d927bd72939bc1a3e82e37b9b68073b54887f9
Copyright (C) 2000 Internet Software Consortium.

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
$Id: named-checkzone.1,v 1.2 2000/12/19 19:48:10 gson Exp $
.Dd Jun 13, 2000 .Dt NAMED-CHECKZONE 1 .Os BIND9 9 .Sh NAME .Nm named-checkzone .Nd Zone validity checking tool. .Sh SYNOPSIS .Nm named-checkzone .Op Fl dq .Op Fl c Ar class .Ar zone .Op filename .Sh DESCRIPTION

p .Nm named-checkzone is a tool for performing integrity checks on a zones contents. It uses the same integrity checks as .Nm named .

p The options to .Nm named-checkzone are as follows: l -tag -width Ds t Fl d enable debugging. t Fl q quiet mode - exit code only. t Fl c Ar class specify the class of the zone. If not specified "IN" is assumed. t Ar zone the name of the zone being loaded. t Op filename the name of the file containing the zone. If not specified it defaults to the zone name. .Sh RETURN VALUES

p .Nm named-checkzone return a an exit status of 1 if errors were detected, 0 otherwise. .Sh SEE ALSO .Xr named 8 , .Xr RFC1035 .