Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2001 09:35:14 +0200 (IST)
From:      roman@xpert.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24626: [MAINTAINER UPDATE] net/pdnsd 1.1.0 -> 1.1.1
Message-ID:  <200101250735.f0P7ZE517869@manowar.xpert.com>

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

>Number:         24626
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] net/pdnsd 1.1.0 -> 1.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 24 23:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Roman Shterenzon
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:


>Description:

o Upgrade
o ispelled
o better $PREFIX handling

>How-To-Repeat:


>Fix:

diff -urN /usr/ports/net/pdnsd/Makefile pdnsd/Makefile
--- /usr/ports/net/pdnsd/Makefile	Tue Jan  9 10:29:59 2001
+++ pdnsd/Makefile	Thu Jan 25 09:23:08 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pdnsd
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	net
 MASTER_SITES=	http://home.t-online.de/home/Moestl/
 
@@ -19,7 +19,8 @@
 
 post-install:
 	@${MKDIR} ${PREFIX}/etc/rc.d
-	@${INSTALL} ${COPY} -m 744 -o root ${FILESDIR}/pdnsd.sh ${PREFIX}/etc/rc.d/pdnsd.sh
+	@${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pdnsd.sh > ${PREFIX}/etc/rc.d/pdnsd.sh
+	@${CHMOD} 750 ${PREFIX}/etc/rc.d/pdnsd.sh
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/pdnsd/distinfo pdnsd/distinfo
--- /usr/ports/net/pdnsd/distinfo	Tue Jan  9 10:29:59 2001
+++ pdnsd/distinfo	Thu Jan 25 09:25:04 2001
@@ -1 +1 @@
-MD5 (pdnsd-1.1.0.tar.gz) = 829bd8ff5806516d866735c3574c717e
+MD5 (pdnsd-1.1.1.tar.gz) = 85536636e9ec3d20a59d9e76130d3280
diff -urN /usr/ports/net/pdnsd/files/pdnsd.sh pdnsd/files/pdnsd.sh
--- /usr/ports/net/pdnsd/files/pdnsd.sh	Thu Dec 14 05:27:37 2000
+++ pdnsd/files/pdnsd.sh	Thu Jan 25 09:32:47 2001
@@ -2,9 +2,9 @@
 
 case $1 in
 start)
-	if [ -x /usr/local/sbin/pdnsd -a -f /usr/local/etc/pdnsd.conf ]; then
-		/usr/local/sbin/pdnsd -d
-		echo ' pdnsd'
+	if [ -x %%PREFIX%%/sbin/pdnsd -a -f %%PREFIX%%/etc/pdnsd.conf ]; then
+		%%PREFIX%%/sbin/pdnsd -d
+		echo -n ' pdnsd'
 	fi
 	;;
 stop)
diff -urN /usr/ports/net/pdnsd/pkg-comment pdnsd/pkg-comment
--- /usr/ports/net/pdnsd/pkg-comment	Thu Dec 14 05:27:34 2000
+++ pdnsd/pkg-comment	Thu Jan 25 09:28:03 2001
@@ -1 +1 @@
-Cacheing (permanently, writes to disk on exit) DNS proxy-server
+Caching (permanently, writes to disk on exit) DNS proxy-server
diff -urN /usr/ports/net/pdnsd/pkg-descr pdnsd/pkg-descr
--- /usr/ports/net/pdnsd/pkg-descr	Thu Dec 14 05:27:34 2000
+++ pdnsd/pkg-descr	Thu Jan 25 09:28:30 2001
@@ -1,10 +1,10 @@
 pdnsd is a proxy dns server with permanent caching (the cache contents are
-written to hard disk on exit) that is designed to cope with unreacheable or
+written to hard disk on exit) that is designed to cope with unreachable or
 down dns servers (for example in dial-in networking).
 pdnsd can be used with applications that do dns lookups, eg on startup, and
-can't be configured to change that behaviour, to prevent the often minute-long
+can't be configured to change that behavior, to prevent the often minute-long
 hangs (or even crashes) that result from stalled dns queries. Some Netscape
-Navigator versions for Unix, for example, expose this behaviour.
+Navigator versions for Unix, for example, expose this behavior.
 pdnsd is configurable via a file and supports run-time configuration using the
 program pdnsd-ctl that comes with pdnsd. This allows you to set the status
 flags of servers that pdnsd knows (to influence which servers pdnsd will

>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?200101250735.f0P7ZE517869>