summaryrefslogtreecommitdiff
path: root/net/mydns-pgsql/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'net/mydns-pgsql/MESSAGE')
-rw-r--r--net/mydns-pgsql/MESSAGE11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/mydns-pgsql/MESSAGE b/net/mydns-pgsql/MESSAGE
new file mode 100644
index 00000000000..34b278a1038
--- /dev/null
+++ b/net/mydns-pgsql/MESSAGE
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2005/10/29 16:56:15 minskim Exp $
+
+MyDNS uses two tables in a PostgreSQL database: "soa" and "rr" (you can
+change this in ${PKG_SYSCONFDIR}/mydns.conf if you want). MyDNS can give the
+commands to generate these tables:
+
+ ${PREFIX}/sbin/mydns --create-tables
+
+You can pipe the output right into the psql(1) client.
+===========================================================================