summaryrefslogtreecommitdiffstats
path: root/contrib/bind/FREEBSD-Upgrade
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2002-07-01 01:23:01 +0000
committerdougb <dougb@FreeBSD.org>2002-07-01 01:23:01 +0000
commit0d67b89279dd54058d29cbddef4b7b98b2acb4d8 (patch)
tree810fd6ff3247d060e27e84d857ed561bc4fe7179 /contrib/bind/FREEBSD-Upgrade
parent6c7d734ad5356ca0a26e4ac4a48b159367a32613 (diff)
downloadFreeBSD-src-0d67b89279dd54058d29cbddef4b7b98b2acb4d8.zip
FreeBSD-src-0d67b89279dd54058d29cbddef4b7b98b2acb4d8.tar.gz
* Make Xlist more complete, and more concise in some case.
* Reflect additional docs we're not using anymore. * Add some notes for next time.
Diffstat (limited to 'contrib/bind/FREEBSD-Upgrade')
-rw-r--r--contrib/bind/FREEBSD-Upgrade18
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/bind/FREEBSD-Upgrade b/contrib/bind/FREEBSD-Upgrade
new file mode 100644
index 0000000..080ae8a
--- /dev/null
+++ b/contrib/bind/FREEBSD-Upgrade
@@ -0,0 +1,18 @@
+$FreeBSD$
+
+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.
OpenPOWER on IntegriCloud