Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2001 23:58:42 +0100 (CET)
From:      baskruit@bsltwr.dnsalias.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26011: Port update: net/dhisd Fixed typos and startup script
Message-ID:  <200103222258.f2MMwgJ45852@gate.bsltwr.dnsalias.org>

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

>Number:         26011
>Category:       ports
>Synopsis:       Port update: net/dhisd Fixed typos and startup script
>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:   Thu Mar 22 15:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD gate.bsltwr.dnsalias.org 4.2-STABLE FreeBSD 4.2-STABLE #2: Tue Feb 27 22:14:51 CET 2001 root@gate.bsltwr.dnsalias.org:/usr/obj/usr/src/sys/gate i386


	
>Description:
Changed following files:
- Makefile
	Wrong startup script installed from ${FILESDIR} instead of edited
	version in ${WRKSRC}
- pkg-descr
	Fixed typos and some of the text	
>How-To-Repeat:
	
>Fix:

diff -ruN dhisd.orig/Makefile dhisd/Makefile
--- dhisd.orig/Makefile	Mon Mar 19 16:01:17 2001
+++ dhisd/Makefile	Thu Mar 22 11:43:53 2001
@@ -43,7 +43,7 @@
 	@${CHMOD} 600 ${PREFIX}/dhis/db/*
 .if !exists(${PREFIX}/etc/rc.d/dhisd.sh)
 	${ECHO} "===>   Installing ${PREFIX}/etc/rc.d/dhid.sh startup file."
-	${INSTALL_SCRIPT} -m 751 ${FILESDIR}/dhisd.sh ${PREFIX}/etc/rc.d/dhisd.sh
+	${INSTALL_SCRIPT} -m 751 ${WRKSRC}/dhisd.sh ${PREFIX}/etc/rc.d/dhisd.sh
 	@${ECHO} "etc/rc.d/dhisd.sh" >> ${TMPPLIST}
 .endif
 .if !defined(NOPORTDOCS)
diff -ruN dhisd.orig/pkg-descr dhisd/pkg-descr
--- dhisd.orig/pkg-descr	Mon Mar 19 16:01:17 2001
+++ dhisd/pkg-descr	Thu Mar 22 11:44:54 2001
@@ -7,9 +7,9 @@
 
 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
-.
-If you don't know what this previous few lines where about, 
+backup mail-exchanger.
+
+If you don't know what the previous lines where about, 
 you probably shouldn't try and run this software.
 
 For more information on the services of DHIS, you should look at the








>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?200103222258.f2MMwgJ45852>