Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2002 08:49:52 +0200 (CEST)
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        ijliao@FreeBSD.org
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/37915: Maintainer update: net/isc-dhcp3 (3.0.1.r9)
Message-ID:  <200205100649.g4A6nqNh044201@gits.gits.dyndns.org>
In-Reply-To: <200205100412.g4A4CMM08349@freefall.freebsd.org>

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

--ELM1021013392-42300-0_
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII

ijliao@FreeBSD.org wrote:
> Synopsis: Maintainer update: net/isc-dhcp3 (3.0.1.r9)
> 
> State-Changed-From-To: open->closed
> State-Changed-By: ijliao
> State-Changed-When: Thu May 9 21:12:09 PDT 2002
> State-Changed-Why: 
> committed, thanks
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=37915

wahoo! you go too fast... in attachment, you'll find a missing file
regarding a small problem I've just seen in the isc-dhcp ml.

take care, it's a patch against /dev/null and not a cvs diff.

thanks in advance to commit it also.

Cyrille.
-- 
Cyrille Lefevre                 mailto:cyrille.lefevre@laposte.net

--ELM1021013392-42300-0_
Content-Transfer-Encoding: 7bit
Content-Type: text/x-patch
Content-Disposition: attachment; filename=isc-dhcp3.0.1.r9-1.patch
Content-Description: isc-dhcp3.0.1.r9-1.patch

--- /dev/null	Fri May 10 06:08:04 2002
+++ files/patch-omapi.c	Fri May 10 06:11:34 2002
@@ -0,0 +1,11 @@
+--- server/omapi.c.orig	Sat Apr 27 07:16:35 2002
++++ server/omapi.c	Fri May 10 06:10:54 2002
+@@ -245,7 +245,7 @@
+ 		lease -> next_binding_state = bar;
+ 		if (supersede_lease (lease, 0, 1, 1, 1)) {
+ 			log_info ("lease %d state changed from %s to %s",
+-				  ols, nls);
++				  piaddr (lease -> ip_addr), ols, nls);
+ 			return ISC_R_SUCCESS;
+ 		}
+ 		log_info ("lease state change from %s to %s failed.",

--ELM1021013392-42300-0_--

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?200205100649.g4A6nqNh044201>