named-checkzone.8 revision a26ad011f382d12058478704cb5e90e6f4366d01

Copyright (C) 2000, 2001 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.

"NAMED-CHECKZONE" "8" "June 13, 2000" "BIND9" ""
NAME
named-checkzone - zone file validity checking tool
SYNOPSIS
named-checkzone [ -d ] [ -q ] [ -v ] [ -c class ] zonename filename
"DESCRIPTION"

named-checkzone checks the syntax and integrity of a zone file. It performs the same checks as named does when loading a zone. This makes named-checkzone useful for checking zone files before configuring them into a name server.

"OPTIONS"

-d Enable debugging.

-q Quiet mode - exit code only.

-v Print the version of the named-checkzone program and exit.

-c class Specify the class of the zone. If not specified "IN" is assumed.

zonename The domain name of the zone being checked.

filename The name of the zone file.

"RETURN VALUES"

named-checkzone returns an exit status of 1 if errors were detected and 0 otherwise.

"SEE ALSO"

named(8), RFC 1035, BIND 9 Administrator Reference Manual.

"AUTHOR"

Internet Software Consortium