From owner-freebsd-ports@FreeBSD.ORG Mon Feb 23 14:58:01 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A162A16A4CE; Mon, 23 Feb 2004 14:58:01 -0800 (PST) Received: from mx-relay22.treas.gov (mx-relay22.treas.gov [199.196.132.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87CC243D1D; Mon, 23 Feb 2004 14:58:01 -0800 (PST) (envelope-from james.saint-rossy@associates.usss.dhs.gov) Received: from localhost (localhost [127.0.0.1]) by mx-relay22.treas.gov (Postfix) with ESMTP id 911792B2; Mon, 23 Feb 2004 17:57:43 -0500 (EST) Received: from mx-relay22.treas.gov ([127.0.0.1]) by localhost (mx-relay22 [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24801-01-35; Mon, 23 Feb 2004 17:57:43 -0500 (EST) Received: from tias21.treas.gov (tias21.treas.gov [199.196.132.21]) by mx-relay22.treas.gov (Postfix) with ESMTP id F2E1F12E; Mon, 23 Feb 2004 17:57:42 -0500 (EST) Received: from mailhub.treas.gov by tias21.treas.gov via smtpd (for [199.196.132.6]) with ESMTP; Mon, 23 Feb 2004 17:58:02 -0500 Received: from mail.usss.treas.gov (localhost [127.0.0.1]) i1NMvtWZ008656; Mon, 23 Feb 2004 17:57:55 -0500 (EST) Received: from jsaintrossy (jsaint-rossy.dhcp.usss.dhs.gov [10.119.186.239]) by mail.usss.treas.gov (MOS 3.4.4-GR) with ESMTP id ALD06647; Mon, 23 Feb 2004 18:01:48 -0500 (EST) From: "James Saint-Rossy, Thomas" To: Date: Mon, 23 Feb 2004 17:56:36 -0500 Organization: USSS Message-ID: <000501c3fa60$4a51b8e0$efba770a@jsaintrossy> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal cc: ports@FreeBSD.org Subject: FreeBSD Port: bind9-9.2.3 old nsupdate persists when PORT_REPLACES_BASE_BIND9 is used (fix included) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 22:58:01 -0000 First thanks for maintaining the port it's a staple for me here and your = hard work is appreciated. I noticed when install with the PORT_REPLACES_BASE_BIND9 that installs /usr/bin/nsupdate but leaved /usr/sbin/nsupdate. This caused some = confusion recently because the base nsupdate doesn't understand the "zone" = command. I've included a patch that renames the old nsupdate to nsupdate.old. Thanks again, James Saint-Rossy. *** Makefile.orig Mon Feb 23 17:27:21 2004 --- Makefile Mon Feb 23 18:00:30 2004 *************** *** 104,109 **** --- 104,113 ---- ${WRKSRC}/README ${DOCSDIR}/ .endif + .if defined(PORT_REPLACES_BASE_BIND9) + ${MV} /usr/sbin/nsupdate /usr/sbin/nsupdate.old + .endif + @${CAT} ${PKGMESSAGE} .include