~ubuntu-branches/ubuntu/maverick/bind9/maverick

« back to all changes in this revision

Viewing changes to bin/check/named-checkzone.8

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-04-19 10:21:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050419102158-kp20cp1bqf4ivpzy
Tags: 1:9.3.1-2ubuntu1
resync with debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
14
.\" PERFORMANCE OF THIS SOFTWARE.
15
15
.\"
16
 
.\" $Id: named-checkzone.8,v 1.11.2.3 2004/06/03 05:21:08 marka Exp $
 
16
.\" $Id: named-checkzone.8,v 1.11.2.1.8.4 2004/06/03 05:35:42 marka Exp $
17
17
.\"
18
18
.TH "NAMED-CHECKZONE" "8" "June 13, 2000" "BIND9" ""
19
19
.SH NAME
20
20
named-checkzone \- zone file validity checking tool
21
21
.SH SYNOPSIS
22
22
.sp
23
 
\fBnamed-checkzone\fR [ \fB-d\fR ]  [ \fB-j\fR ]  [ \fB-q\fR ]  [ \fB-v\fR ]  [ \fB-c \fIclass\fB\fR ]  \fBzonename\fR \fBfilename\fR
 
23
\fBnamed-checkzone\fR [ \fB-d\fR ]  [ \fB-j\fR ]  [ \fB-q\fR ]  [ \fB-v\fR ]  [ \fB-c \fIclass\fB\fR ]  [ \fB-k \fImode\fB\fR ]  [ \fB-n \fImode\fB\fR ]  [ \fB-o \fIfilename\fB\fR ]  [ \fB-t \fIdirectory\fB\fR ]  [ \fB-w \fIdirectory\fB\fR ]  [ \fB-D\fR ]  \fBzonename\fR \fBfilename\fR
24
24
.SH "DESCRIPTION"
25
25
.PP
26
26
\fBnamed-checkzone\fR checks the syntax and integrity of
46
46
\fB-c \fIclass\fB\fR
47
47
Specify the class of the zone. If not specified "IN" is assumed.
48
48
.TP
 
49
\fB-k \fImode\fB\fR
 
50
Perform \fB"check-name"\fR checks with the specified failure mode.
 
51
Possible modes are \fB"fail"\fR,
 
52
\fB"warn"\fR (default) and
 
53
\fB"ignore"\fR.
 
54
.TP
 
55
\fB-n \fImode\fB\fR
 
56
Specify whether NS records should be checked to see if they
 
57
are addresses. Possible modes are \fB"fail"\fR,
 
58
\fB"warn"\fR (default) and
 
59
\fB"ignore"\fR.
 
60
.TP
 
61
\fB-o \fIfilename\fB\fR
 
62
Write zone output to \fIdirectory\fR.
 
63
.TP
 
64
\fB-t \fIdirectory\fB\fR
 
65
chroot to \fIdirectory\fR so that include
 
66
directives in the configuration file are processed as if
 
67
run by a similarly chrooted named.
 
68
.TP
 
69
\fB-w \fIdirectory\fB\fR
 
70
chdir to \fIdirectory\fR so that relative
 
71
filenames in master file $INCLUDE directives work. This
 
72
is similar to the directory clause in
 
73
\fInamed.conf\fR.
 
74
.TP
 
75
\fB-D\fR
 
76
Dump zone file in canonical format.
 
77
.TP
49
78
\fBzonename\fR
50
79
The domain name of the zone being checked.
51
80
.TP