Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2004 17:56:36 -0500
From:      "James Saint-Rossy, Thomas" <james.saint-rossy@associates.usss.dhs.gov>
To:        <DougB@FreeBSD.org>
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: bind9-9.2.3 old nsupdate persists when PORT_REPLACES_BASE_BIND9 is used (fix included)
Message-ID:  <000501c3fa60$4a51b8e0$efba770a@jsaintrossy>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000501c3fa60$4a51b8e0$efba770a>