Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2002 00:08:47 +0200 (CEST)
From:      "S. Kruit" <baskruit@bsltwr.net.dhis.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37199: Maintainer update port: net/dhisd Update of email maintainer, description and installation paths
Message-ID:  <200204172208.g3HM8lKA039504@shades.bsltwr.dnsalias.org>

next in thread | raw e-mail | index | archive | help

>Number:         37199
>Category:       ports
>Synopsis:       Maintainer update port: net/dhisd Update of email maintainer, description and installation paths
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 17 15:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     S. Kruit
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD shades.bsltwr.dnsalias.org 4.5-STABLE FreeBSD 4.5-STABLE #2: Tue Apr 9 19:00:04 CEST 2002 root@shades.bsltwr.dnsalias.org:/usr/obj/usr/src/sys/shades i386


	
>Description:
Modified the path where binaries are installed to sbin
Changed the description of the port
Changed maintainer email address

>How-To-Repeat:
	
>Fix:

diff -ruN dhisd.old/Makefile dhisd/Makefile
--- dhisd.old/Makefile	Wed Apr 17 23:47:18 2002
+++ dhisd/Makefile	Wed Apr 17 23:45:48 2002
@@ -5,17 +5,17 @@
 # $FreeBSD: ports/net/dhisd/Makefile,v 1.8 2002/04/02 12:37:50 netchild Exp $
 #
 
-PORTNAME=	dhisd
+PORTNAME=		dhisd
 PORTVERSION=	5.1
-CATEGORIES=	net
+CATEGORIES=		net
 MASTER_SITES=	http://bsltwr.dhis.org/ftp/pub/dhis/ \
-		ftp://ftp.dhis.org/pub/dhis/
+				ftp://ftp.dhis.org/pub/dhis/
 
-MAINTAINER=	baskruit@bsltwr.dhis.org
+MAINTAINER=		baskruit@bsltwr.dnsalias.org
 
 LIB_DEPENDS=	gmp.3:${PORTSDIR}/math/libgmp
 
-DOCFILES=	CONTRIBUTORS COPYRIGHT INSTALL MODULES README
+DOCFILES=		CONTRIBUTORS COPYRIGHT INSTALL MODULES README
 
 post-patch:
 	${CP} ${FILESDIR}/dhisd.sh ${WRKSRC}/dhisd.sh
@@ -25,12 +25,12 @@
 do-install:
 
 post-install:
-	@${ECHO_MSG} "===>   Installing ${PREFIX}/bin/dhisd."
-	@${INSTALL_PROGRAM} ${WRKSRC}/dhisd ${PREFIX}/bin
-	@${ECHO_CMD} "bin/dhisd" >> ${TMPPLIST}
-	@${ECHO_MSG} "===>   Installing ${PREFIX}/bin/genkeys."
-	@${INSTALL_PROGRAM} ${WRKSRC}/genkeys ${PREFIX}/bin
-	@${ECHO_CMD} "bin/genkeys" >> ${TMPPLIST}
+	@${ECHO_MSG} "===>   Installing ${PREFIX}/sbin/dhisd."
+	@${INSTALL_PROGRAM} ${WRKSRC}/dhisd ${PREFIX}/sbin
+	@${ECHO_CMD} "sbin/dhisd" >> ${TMPPLIST}
+	@${ECHO_MSG} "===>   Installing ${PREFIX}/sbin/sgenkeys."
+	@${INSTALL_PROGRAM} ${WRKSRC}/genkeys ${PREFIX}/sbin
+	@${ECHO_CMD} "sbin/genkeys" >> ${TMPPLIST}
 	@${ECHO_MSG} "===>   Creating ${PREFIX}/etc/dhis and installing sample db files."
 	@${MKDIR} ${PREFIX}/etc/dhis
 	@${CHMOD} 700 ${PREFIX}/etc/dhis
diff -ruN dhisd.old/files/dhisd.sh dhisd/files/dhisd.sh
--- dhisd.old/files/dhisd.sh	Wed Apr 17 23:47:18 2002
+++ dhisd/files/dhisd.sh	Wed Apr 17 23:26:46 2002
@@ -2,7 +2,7 @@
 
 case "$1" in
 start)
-	[ -x "__PREFIX__/bin/dhisd" ] && __PREFIX__/bin/dhisd > /dev/null && echo -n ' dhisd'
+	[ -x "__PREFIX__/sbin/dhisd" ] && __PREFIX__/sbin/dhisd > /dev/null && echo -n ' dhisd'
 	;;
 restart)
 	killall -HUP dhisd && echo -n 'dhisd restarted'
diff -ruN dhisd.old/pkg-comment dhisd/pkg-comment
--- dhisd.old/pkg-comment	Wed Apr 17 23:47:18 2002
+++ dhisd/pkg-comment	Wed Apr 17 23:13:15 2002
@@ -1 +1 @@
-DHIS server for updating dynamic DNS entries in DNS tables
+DHIS server for dynamic updates on the server using specific engines
diff -ruN dhisd.old/pkg-descr dhisd/pkg-descr
--- dhisd.old/pkg-descr	Wed Apr 17 23:47:18 2002
+++ dhisd/pkg-descr	Wed Apr 17 23:24:38 2002
@@ -1,22 +1,24 @@
-DHIS Daemon release 4.0
+DHIS Daemon release 5.1
 ==============================
 
-dhisd is the DHIS daemon. The deamon is used to update DNS tables on a 
-running unix based DNS server, running BIND 8.1.2 or higher. It's clients
-should run the dhis-client 3 or 4 software to send updates.
+The server is now modular through the introduction of a services 
+sub-system. DNS updates are no longer part of the main code but
+are now implemented as a module.
 
-You need a full DNS domain to run this server. You should at least have a 
-domain hosted for you with a primary and backup dns server and 1 
-backup mail-exchanger.
+The main dhisd process listens to DHIS clients and after authentication
+marks these with their dynamic IP address. The request is passed to a 
+sub-process through a pipe which implements the services for which the
+client is subscribed to. Clients may be subscribed to one or more
+services individually.
+The sub-engine interface does a basic read from stdin and process.
 
-If you don't know what the previous lines where about, 
-you probably shouldn't try and run this software.
+Examples of things DHIS could update: 
+    Dns, Firewalls, tunnel servers, relay access lists, etc ...
 
 For more information on the services of DHIS, you should look at the
 official DHIS site: 
 	http://www.dhis.org/dhis/services/
 
-For more info on the FreeBSD port, see 
-	http://bsltwr.dhis.org/dhis
+For more info on the FreeBSD port: http://bsltwr.dhis.org/dhis
 
 WWW: http://bsltwr.dhis.org/dhis/



>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204172208.g3HM8lKA039504>