Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2001 19:16:58 +0200 (CEST)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31357: Maintainer update: isc-dhcp3 (3.0.1.r1)
Message-ID:  <200110181716.f9IHGwI97471@gits.dyndns.org>

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

>Number:         31357
>Category:       ports
>Synopsis:       Maintainer update: isc-dhcp3 (3.0.1.r1)
>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 Oct 18 10:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.4-RC i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #7: Thu Sep 20 12:40:17 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386

>Description:
	Makefile
		PORTVERSION bumped
		ANONCVS added to DOC_FILES
		echos added around pkg-message
	distinfo
		updated
	pkg-message
		some sentences rewritten to be more english complient.
		(may need to be reviewed).

	portlint is still happy ;^)
>How-To-Repeat:
	n/a
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/Makefile,v
retrieving revision 1.71
diff -u -r1.71 Makefile
--- Makefile	2001/10/15 13:33:15	1.71
+++ Makefile	2001/10/18 17:02:53
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	dhcp
-PORTVERSION=	3.0
+PORTVERSION=	3.0.1.r1
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.isc.org/isc/%SUBDIR%/ \
 		${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \
@@ -102,7 +102,7 @@
 BIN_FILES=	dhclient dhcpd dhcrelay omshell
 CONF_FILES=	dhclient.conf
 RC_FILES=	isc-dhcpd isc-dhcrelay
-DOC_FILES=	CHANGES COPYRIGHT README RELNOTES
+DOC_FILES=	ANONCVS CHANGES COPYRIGHT README RELNOTES
 SAMP_FILES=	client/dhclient.conf server/dhcpd.conf
 DATA_FILES=	dhclient.leases dhcpd.leases
 
@@ -204,6 +204,8 @@
 .endfor
 
 display-message:
+	@${ECHO_MSG}
 	@${CAT} ${PKGMESSAGE}
+	@${ECHO_MSG}
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/distinfo,v
retrieving revision 1.36
diff -u -r1.36 distinfo
--- distinfo	2001/10/15 13:33:15	1.36
+++ distinfo	2001/10/18 16:32:54
@@ -1 +1 @@
-MD5 (dhcp-3.0.tar.gz) = 06e0247fe787d356ac00933633e1fe71
+MD5 (dhcp-3.0.1rc1.tar.gz) = 590792257fb261a0a29993ca6d852f13
Index: pkg-message
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/pkg-message,v
retrieving revision 1.1
diff -u -r1.1 pkg-message
--- pkg-message	2001/10/15 16:36:30	1.1
+++ pkg-message	2001/10/18 16:57:53
@@ -1,24 +1,23 @@
-****  To setup dhclient, you may need to edit /etc/rc.conf to bypass the
+****  To setup dhclient, you may need to edit /etc/rc.conf to replace the
       base system dhclient, such as :
             dhcp_program="%%PREFIX%%/sbin/dhclient"
             dhcp_flags="-q"
-      See dhclient(8) using the following command for details about the
+      See dhclient(8), using the following command, for details about other
       possible options:
             MANPATH=%%MAN1PREFIX%%/man man 8 dhclient
       
-****  To setup dhcpd, you may need to copy %%PREFIX%%/etc/dhcpd.conf.sample
-      to %%PREFIX%%/etc/dhcpd.conf for editing.  Also, you have to rename
-      %%PREFIX%%/etc/rc.d/isc-dhcpd.sh.sample to %%PREFIX%%/etc/rc.d/isc-
-      dhcpd.sh.
-      
+****  To setup dhcpd, you may have to copy %%PREFIX%%/etc/dhcpd.conf.sample
+      to %%PREFIX%%/etc/dhcpd.conf for editing.  You also have to rename
+      %%PREFIX%%/etc/rc.d/isc-dhcpd.sh.sample to %%PREFIX%%/etc/rc.d/isc-\
+      dhcpd.sh to enable automatic startup.
       %%PREFIX%%/etc/rc.isc-dhcpd.conf may be edited to tune some startup
       variables such as `dhcpd_options' or `dhcpd_ifaces', both defaulted
-      to nothing. See dhcpd(8) for details about the possible options.
-      
-****  To setup dhcrelay, you have to rename %%PREFIX%%/etc/rc.d/isc-
-      dhcrelay.sh.sample to %%PREFIX%%/etc/rc.d/isc-dhcrelay.sh.
+      to `nothing'. See dhcpd(8) for details about possible options.
       
+****  To setup dhcrelay, you have to rename %%PREFIX%%/etc/rc.d/isc-\
+      dhcrelay.sh.sample to %%PREFIX%%/etc/rc.d/isc-dhcrelay.sh to
+      enable automatic startup.
       %%PREFIX%%/etc/rc.isc-dhcrelay.conf may need to be edited to setup
-      the `dhcrelay_servers' as required. you may also tune `dhcrelay_options'
-      and `dhcrelay_ifaces', both defaulted to nothing, if needed. See
-      dhcrelay(8) for details about the possible options.
+      the `dhcrelay_servers' as required.  If needed, you may also tune
+      `dhcrelay_options' and `dhcrelay_ifaces', both defaulted to `nothing'.
+      See dhcrelay(8) for details about possible options.
>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?200110181716.f9IHGwI97471>