summaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-04-23 11:51:58 +0000
committerpav <pav@FreeBSD.org>2005-04-23 11:51:58 +0000
commit1e9e0b42071251ca82b6931f402241005cd866fe (patch)
treeeb665f3dcc5bea9094ada372124be5472f8bb23b /dns
parenta5e1a2065ef67b687e574268e4ecd7f3dd0be235 (diff)
downloadFreeBSD-ports-1e9e0b42071251ca82b6931f402241005cd866fe.zip
FreeBSD-ports-1e9e0b42071251ca82b6931f402241005cd866fe.tar.gz
zonenotify is useful to send a NS_NOTIFY packet to BIND slave server.
When you update a zone in your djbdns DNS you must notify the slaves about your change. PR: ports/80091 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/zonenotify/Makefile23
-rw-r--r--dns/zonenotify/distinfo2
-rw-r--r--dns/zonenotify/pkg-descr8
4 files changed, 34 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 3216c17..f6c6c55 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -88,5 +88,6 @@
SUBDIR += updatedd
SUBDIR += walker
SUBDIR += zonecheck
+ SUBDIR += zonenotify
.include <bsd.port.subdir.mk>
diff --git a/dns/zonenotify/Makefile b/dns/zonenotify/Makefile
new file mode 100644
index 0000000..5b259b2
--- /dev/null
+++ b/dns/zonenotify/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: zonenotify
+# Date created: 19 August 2005
+# Whom: Emanuel Haupt <ehaupt@critical.ch>
+#
+# $FreeBSD$
+#
+
+PORTNAME= zonenotify
+PORTVERSION= 0.1
+CATEGORIES= dns
+MASTER_SITES= http://morettoni.net/bsd/ \
+ http://cvs.delink.net/mirrors/morettoni.net/
+
+MAINTAINER= ehaupt@critical.ch
+COMMENT= A dns notify sender written in C
+
+PLIST_FILES= bin/zonenotify
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+do-build:
+ ${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/zonenotify.c
+
+.include <bsd.port.mk>
diff --git a/dns/zonenotify/distinfo b/dns/zonenotify/distinfo
new file mode 100644
index 0000000..0119c30
--- /dev/null
+++ b/dns/zonenotify/distinfo
@@ -0,0 +1,2 @@
+MD5 (zonenotify-0.1.tar.gz) = c7db05a80fe3cf36b265ba908f16c1e9
+SIZE (zonenotify-0.1.tar.gz) = 3592
diff --git a/dns/zonenotify/pkg-descr b/dns/zonenotify/pkg-descr
new file mode 100644
index 0000000..9c15782
--- /dev/null
+++ b/dns/zonenotify/pkg-descr
@@ -0,0 +1,8 @@
+zonenotify is useful to send a NS_NOTIFY packet to BIND slave server.
+When you update a zone in your djbdns DNS you must notify the slaves
+about your change.
+
+WWW: http://morettoni.net/zonenotify.en.html
+
+- ehaupt
+ehaupt@critical.ch
OpenPOWER on IntegriCloud