~andreserl/ubuntu/lucid/bind9/bind9-apport-533601

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2006-01-05 12:29:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060105122928-oih7ttkkmpb90q8q
Tags: 1:9.3.2-1
* New upstream
* use lsb-base for start/stop messages in init.d.
* switch to debhelper 4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
2
 
.\" Copyright (C) 2000-2002  Internet Software Consortium.
3
 
.\"
 
1
.\" Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
 
2
.\" Copyright (C) 2000-2002 Internet Software Consortium.
 
3
.\" 
4
4
.\" Permission to use, copy, modify, and distribute this software for any
5
5
.\" purpose with or without fee is hereby granted, provided that the above
6
6
.\" copyright notice and this permission notice appear in all copies.
7
 
.\"
 
7
.\" 
8
8
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9
9
.\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
 
.\" AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
 
10
.\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11
11
.\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
12
.\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
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-checkconf.8,v 1.11.12.4 2004/06/03 05:35:41 marka Exp $
 
16
.\" $Id: named-checkconf.8,v 1.11.12.7 2005/10/13 02:33:41 marka Exp $
17
17
.\"
18
 
.TH "NAMED-CHECKCONF" "8" "June 14, 2000" "BIND9" ""
19
 
.SH NAME
20
 
named-checkconf \- named configuration file syntax checking tool
21
 
.SH SYNOPSIS
22
 
.sp
23
 
\fBnamed-checkconf\fR [ \fB-v\fR ]  [ \fB-j\fR ]  [ \fB-t \fIdirectory\fB\fR ]  \fBfilename\fR [ \fB-z\fR ] 
 
18
.hy 0
 
19
.ad l
 
20
.\" ** You probably do not want to edit this file directly **
 
21
.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 
22
.\" Instead of manually editing it, you probably should edit the DocBook XML
 
23
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
 
24
.TH "NAMED\-CHECKCONF" "8" "June 14, 2000" "BIND9" "BIND9"
 
25
.\" disable hyphenation
 
26
.nh
 
27
.\" disable justification (adjust text to left margin only)
 
28
.ad l
 
29
.SH "NAME"
 
30
named\-checkconf \- named configuration file syntax checking tool
 
31
.SH "SYNOPSIS"
 
32
.HP 16
 
33
\fBnamed\-checkconf\fR [\fB\-v\fR] [\fB\-j\fR] [\fB\-t\ \fR\fB\fIdirectory\fR\fR] {filename} [\fB\-z\fR]
24
34
.SH "DESCRIPTION"
25
35
.PP
26
 
\fBnamed-checkconf\fR checks the syntax, but not
27
 
the semantics, of a named configuration file.
 
36
\fBnamed\-checkconf\fR
 
37
checks the syntax, but not the semantics, of a named configuration file.
28
38
.SH "OPTIONS"
29
39
.TP
30
 
\fB-t \fIdirectory\fB\fR
31
 
chroot to \fIdirectory\fR so that include
32
 
directives in the configuration file are processed as if
33
 
run by a similarly chrooted named.
 
40
\-t \fIdirectory\fR
 
41
chroot to
 
42
\fIdirectory\fR
 
43
so that include directives in the configuration file are processed as if run by a similarly chrooted named.
34
44
.TP
35
 
\fB-v\fR
36
 
Print the version of the \fBnamed-checkconf\fR
 
45
\-v
 
46
Print the version of the
 
47
\fBnamed\-checkconf\fR
37
48
program and exit.
38
49
.TP
39
 
\fB-z\fR
 
50
\-z
40
51
Perform a check load the master zonefiles found in
41
52
\fInamed.conf\fR.
42
53
.TP
43
 
\fB-j\fR
 
54
\-j
44
55
When loading a zonefile read the journal if it exists.
45
56
.TP
46
 
\fBfilename\fR
47
 
The name of the configuration file to be checked. If not
48
 
specified, it defaults to \fI/etc/named.conf\fR.
 
57
filename
 
58
The name of the configuration file to be checked. If not specified, it defaults to
 
59
\fI/etc/named.conf\fR.
49
60
.SH "RETURN VALUES"
50
61
.PP
51
 
\fBnamed-checkconf\fR returns an exit status of 1 if
52
 
errors were detected and 0 otherwise.
 
62
\fBnamed\-checkconf\fR
 
63
returns an exit status of 1 if errors were detected and 0 otherwise.
53
64
.SH "SEE ALSO"
54
65
.PP
55
66
\fBnamed\fR(8),
56
 
\fIBIND 9 Administrator Reference Manual\fR.
 
67
BIND 9 Administrator Reference Manual.
57
68
.SH "AUTHOR"
58
69
.PP
59
70
Internet Systems Consortium