52 lines
1.8 KiB
Groff
52 lines
1.8 KiB
Groff
.\"
|
|
.\" 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.
|
|
.\"
|
|
.TH "NAMED-CHECKCONF" "8" "June 14, 2000" "BIND9" ""
|
|
.SH NAME
|
|
named-checkconf \- named configuration file syntax checking tool
|
|
.SH SYNOPSIS
|
|
.sp
|
|
\fBnamed-checkconf\fR [ \fB-v\fR ] [ \fB-t \fIdirectory\fB\fR ] \fBfilename\fR
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBnamed-checkconf\fR checks the syntax, but not
|
|
the semantics, of a named configuration file.
|
|
.SH "OPTIONS"
|
|
.TP
|
|
\fB-t \fIdirectory\fB\fR
|
|
chroot to \fIdirectory\fR so that include
|
|
directives in the configuration file are processed as if
|
|
run by a similarly chrooted named.
|
|
.TP
|
|
\fB-v\fR
|
|
Print the version of the \fBnamed-checkconf\fR
|
|
program and exit.
|
|
.TP
|
|
\fBfilename\fR
|
|
The name of the configuration file to be checked. If not
|
|
specified, it defaults to \fI/etc/named.conf\fR.
|
|
.SH "RETURN VALUES"
|
|
.PP
|
|
\fBnamed-checkconf\fR returns an exit status of 1 if
|
|
errors were detected and 0 otherwise.
|
|
.SH "SEE ALSO"
|
|
.PP
|
|
\fBnamed\fR(8),
|
|
\fIBIND 9 Administrator Reference Manual\fR.
|
|
.SH "AUTHOR"
|
|
.PP
|
|
Internet Software Consortium
|