bc5dde
.\" Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
bc5dde
.\" Copyright (C) 2000, 2001 Internet Software Consortium.
bc5dde
.\" 
bc5dde
.\" Permission to use, copy, modify, and/or distribute this software for any
bc5dde
.\" purpose with or without fee is hereby granted, provided that the above
bc5dde
.\" copyright notice and this permission notice appear in all copies.
bc5dde
.\" 
bc5dde
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
bc5dde
.\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
bc5dde
.\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
bc5dde
.\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
bc5dde
.\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
bc5dde
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
bc5dde
.\" PERFORMANCE OF THIS SOFTWARE.
bc5dde
.\"
bc5dde
.\" Manpage written by Jan Gorig
bc5dde
.TH zone2sqlite 1 "15 March 2010" "BIND9"
bc5dde
.SH NAME
bc5dde
zone2sqlite - Load BIND 9 zone file into SQLite database
bc5dde
.SH SYNOPSIS
bc5dde
.B zone2sqlite zone zonefile dbfile dbtable
bc5dde
.SH DESCRIPTION
bc5dde
zone2sqlite parses DNS zone file and creates database for use with SQLite BIND SDB driver.
bc5dde
bc5dde
\fBzone\fR
bc5dde
.RS 4
bc5dde
Zone origin, eg "mydomain.net."
bc5dde
.RE
bc5dde
.PP
bc5dde
\fBzonefile\fR
bc5dde
.RS 4
bc5dde
Master zone database file, eg. mydomain.net.zone
bc5dde
.RE
bc5dde
.PP
bc5dde
\fBdbfile\fR
bc5dde
.RS 4
bc5dde
Name of SQLite database file
bc5dde
.RE
bc5dde
.PP
bc5dde
\fBdbtable\fR
bc5dde
.RS 4
bc5dde
Name of table in database
bc5dde
.RE
bc5dde
bc5dde
.SH "EXIT STATUS"
bc5dde
Exits with 0 on success or 1 on failure.
bc5dde
.SH "SEE ALSO"
bc5dde
named(8)
bc5dde
.SH "COPYRIGHT"
bc5dde
Copyright \(co 2004, 2005, 2007\-2009 Internet Systems Consortium, Inc. ("ISC")
bc5dde
.br
bc5dde
Copyright \(co 2000, 2001 Internet Software Consortium.
bc5dde
.br