summaryrefslogtreecommitdiffstats
path: root/zonetodb.1
diff options
context:
space:
mode:
authorJan Görig <jgorig@fedoraproject.org>2010-03-15 15:50:51 +0000
committerJan Görig <jgorig@fedoraproject.org>2010-03-15 15:50:51 +0000
commitdde47d54f67d2dd3a637f64210d2631571994565 (patch)
tree0eb17c166dea7f67d55f8663879485e12bcef25d /zonetodb.1
parent5e22ace44315750c2fce4cb039e9a3d928acb3b9 (diff)
downloadbind-dde47d54f67d2dd3a637f64210d2631571994565.tar.gz
bind-dde47d54f67d2dd3a637f64210d2631571994565.tar.xz
bind-dde47d54f67d2dd3a637f64210d2631571994565.zip
- add man-pages ldap2zone.1 zonetodb.1 zone2sqlite.1 named-sdb.8 (#525655bind-9_7_0-4_fc14
Diffstat (limited to 'zonetodb.1')
-rw-r--r--zonetodb.153
1 files changed, 53 insertions, 0 deletions
diff --git a/zonetodb.1 b/zonetodb.1
new file mode 100644
index 0000000..897e74f
--- /dev/null
+++ b/zonetodb.1
@@ -0,0 +1,53 @@
+.\" Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2000, 2001 Internet Software Consortium.
+.\"
+.\" Permission to use, copy, modify, and/or 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 ISC DISCLAIMS ALL WARRANTIES WITH
+.\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+.\" AND FITNESS. IN NO EVENT SHALL ISC 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.
+.\"
+.\" Manpage written by Jan Gorig
+.TH zonetodb 1 "15 March 2010" "BIND9"
+.SH NAME
+zonetodb - Generate a PostgreSQL table from a zone.
+.SH SYNOPSIS
+.B zonetodb origin file dbname dbtable
+.SH DESCRIPTION
+zonetodb parses DNS zone file and creates table in selected database for use with PostgreSQL BIND SDB driver.
+
+\fBzone\fR
+.RS 4
+Zone origin, eg "pgdb.net."
+.RE
+.PP
+\fBfile\fR
+.RS 4
+Master zone database file, eg. pgdb.net.db
+.RE
+.PP
+\fBdbname\fR
+.RS 4
+Name of PostgreSQL database (database must exist)
+.RE
+.PP
+\fBdbtable\fR
+.RS 4
+Name of table in database
+.RE
+
+.SH "EXIT STATUS"
+Exits with 0 on success or 1 on failure.
+.SH "SEE ALSO"
+named(8)
+.SH "COPYRIGHT"
+Copyright \(co 2004, 2005, 2007\-2009 Internet Systems Consortium, Inc. ("ISC")
+.br
+Copyright \(co 2000, 2001 Internet Software Consortium.
+.br