Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2004 21:54:36 +0000
From:      David O'Brien <obrien@FreeBSD.ORG>
To:        Dag-Erling Sm?rgrav <des@des.no>
Cc:        "M. Warner Losh" <imp@bsdimp.com>
Subject:   Re: cvs commit: src/contrib/bind9 - Imported sources
Message-ID:  <20040920215436.GA20130@hub.freebsd.org>
In-Reply-To: <xzpmzzkbosm.fsf@dwp.des.no>
References:  <20040920140744.163da930@localhost> <20040920181903.GB95778@dragon.nuxi.com> <20040920182901.GA40865@madman.celabo.org> <20040920.145403.37240640.imp@bsdimp.com> <xzpmzzkbosm.fsf@dwp.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 20, 2004 at 11:42:17PM +0200, Dag-Erling Sm?rgrav wrote:
> "M. Warner Losh" <imp@bsdimp.com> writes:
> > "Jacques A. Vidrine" <nectar@freebsd.org> writes:
> > : Out of the 1,189 BIND 8 files and 2,100 BIND 9 files, there are only 8
> > : files that are in the same place.  It would cause a confusing mess to
> > : import this over src/contrib/bind and it would offer no benefit that I
> > : can see.
> > That, however, is a decent reason.  Thanks.  You should have just said
> > that in the first place, rather than be argumentative with David.
> 
> I am sorry that "they are two completely different code bases" was not
> clear enough.  Please send me a copy of the dictionary you use so that
> I may know in the future which words you understand and which you
> don't.

    <disconnect BIND8 from the build>
    # tar xf bind-9.*.tar*
    # cd bind-9*
    # cvs import src/contrib/bind ISC bind_9
    # cd /home/ncvs/src/contrib/bind
    # grep -R -L bind_9 * | grep -v Attic \
        | sed -e 's/,v//g' >/tmp/files_to_cvs_rm.out
    # cd /usr/src/
    # cvs up contrib/bind
    # cvs rm -f `cat /tmp/files_to_cvs_rm.out`
    # cvs ci -m 'Files in BIND8 not in BIND9'
    <commit updated Bmake bits>
    <reconnect BIND9 to the build>

That is what my dictionary has.  So what in yours makes the above steps
so hard??

-- 
-- David    (obrien@FreeBSD.org)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040920215436.GA20130>