Date: Tue, 19 Apr 2005 10:37:53 +0200 (CEST) From: Emanuel Haupt <ehaupt@critical.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/80091: new port: dns/zonenotify Message-ID: <200504190837.j3J8br2v000933@beaver.critical.ch> Resent-Message-ID: <200504190840.j3J8eTdq009140@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80091 >Category: ports >Synopsis: new port: dns/zonenotify >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Apr 19 08:40:29 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 5.4-RC3 i386 >Organization: >Environment: System: FreeBSD beaver.critical.ch 5.4-RC3 FreeBSD 5.4-RC3 #0: Sun Apr 17 15:34:32 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src-release/src/sys/BEAVER i386 >Description: new port: dns/zonenotify zonenotify is usefull 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 you change. --shar-start-- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # zonenotify # zonenotify/Makefile # zonenotify/pkg-descr # zonenotify/distinfo # echo c - zonenotify mkdir -p zonenotify > /dev/null 2>&1 echo x - zonenotify/Makefile sed 's/^X//' >zonenotify/Makefile << 'END-of-zonenotify/Makefile' X# New ports collection makefile for: zonenotify X# Date created: 19 August 2005 X# Whom: Emanuel Haupt <ehaupt@critical.ch> X# X# $FreeBSD$ X# X XPORTNAME= zonenotify XPORTVERSION= 0.1 XCATEGORIES= dns XMASTER_SITES= http://morettoni.net/bsd/ X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A dns notify sender written in C X XPLIST_FILES= bin/zonenotify XWRKSRC= ${WRKDIR}/${PORTNAME} X Xdo-build: X ${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/zonenotify.c X Xdo-install: X ${INSTALL} ${WRKSRC}/zonenotify ${PREFIX}/bin X X.include <bsd.port.mk> END-of-zonenotify/Makefile echo x - zonenotify/pkg-descr sed 's/^X//' >zonenotify/pkg-descr << 'END-of-zonenotify/pkg-descr' Xzonenotify is usefull to send a NS_NOTIFY packet to BIND slave server. XWhen you update a zone in your djbdns DNS you must notify the slaves Xabout you change. X XWWW: http://morettoni.net/zonenotify.en.html X X- ehaupt Xehaupt@critical.ch END-of-zonenotify/pkg-descr echo x - zonenotify/distinfo sed 's/^X//' >zonenotify/distinfo << 'END-of-zonenotify/distinfo' XMD5 (zonenotify-0.1.tar.gz) = c7db05a80fe3cf36b265ba908f16c1e9 XSIZE (zonenotify-0.1.tar.gz) = 3592 END-of-zonenotify/distinfo exit --shar-end-- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504190837.j3J8br2v000933>