head	1.4;
access;
symbols
	RELENG_5_5_0_RELEASE:1.3.4.1
	RELENG_5_5:1.3.4.1.0.6
	RELENG_5_5_BP:1.3.4.1
	RELENG_5_4_0_RELEASE:1.3.4.1
	RELENG_5_4:1.3.4.1.0.4
	RELENG_5_4_BP:1.3.4.1
	RELENG_5_3_0_RELEASE:1.3.4.1
	RELENG_5_3:1.3.4.1.0.2
	RELENG_5_3_BP:1.3.4.1
	RELENG_5:1.3.0.4
	RELENG_5_BP:1.3
	RELENG_5_2_1_RELEASE:1.3
	RELENG_5_2_0_RELEASE:1.3
	RELENG_5_2:1.3.0.2
	RELENG_5_2_BP:1.3
	RELENG_5_1_0_RELEASE:1.2
	RELENG_5_1:1.2.0.4
	RELENG_5_1_BP:1.2
	RELENG_5_0_0_RELEASE:1.2
	RELENG_5_0:1.2.0.2
	RELENG_5_0_BP:1.2;
locks; strict;
comment	@# @;


1.4
date	2004.09.24.19.48.35;	author des;	state dead;
branches;
next	1.3;

1.3
date	2003.06.17.09.20.16;	author dougb;	state Exp;
branches
	1.3.4.1;
next	1.2;

1.2
date	2002.07.07.08.41.59;	author dougb;	state Exp;
branches;
next	1.1;

1.1
date	2002.07.01.01.23.01;	author dougb;	state Exp;
branches;
next	;

1.3.4.1
date	2004.09.26.03.09.15;	author des;	state dead;
branches;
next	;


desc
@@


1.4
log
@Retire the BIND 8 sources.
@
text
@$FreeBSD: src/contrib/bind/FREEBSD-Upgrade,v 1.3 2003/06/17 09:20:16 dougb Exp $

1. Create clean import directory.
2. Un-tar bind-{src|doc}.tar.gz.
3. rm Makefile; mv doc src/
   (Don't un-tar doc in src, you'll spam the real Makefile.)
4. while read pattern; do rm -r src/${pattern} ; done < FREEBSD-Xlist
5. find . -name .cvsignore -delete
6. chmod 644 src/LICENSE
7. Create another clean directory.
8. cvs export -rHEAD src/contrib/bind
9. diff -ur the two directories and look for 'Only in' to see if
   there are any new files, or anything gone missing.
10. Once you're satisfied, do the import. Replace version strings appropriately:

cvs import -m"Import of ISC BIND version 8.3.3" src/contrib/bind ISC v8_3_3

11. Resolve conflicts as needed.

cvs checkout -jISC:yesterday -jISC src/contrib/bind


Note: bin/nslookup/commands.l needs a different patch for the command line
      editing customization in -current and RELENG_4.
@


1.3
log
@Give an example of the more efficient conflict resolution command
suggested by the version of the commit message that's mailed out
as opposed to the more error prone version that will be suggested
when doing the actual import.
@
text
@d1 1
a1 1
$FreeBSD$
@


1.3.4.1
log
@MFC: BIND 9 and related bits.

Approved by:	re
@
text
@d1 1
a1 1
$FreeBSD: src/contrib/bind/FREEBSD-Upgrade,v 1.3 2003/06/17 09:20:16 dougb Exp $
@


1.2
log
@Add a note about nslookup needing a slightly different version of the
command line editing patch in -current and RELENG_4.
@
text
@d20 2
@


1.1
log
@* Make Xlist more complete, and more concise in some case.
* Reflect additional docs we're not using anymore.
* Add some notes for next time.
@
text
@d19 4
@

