summaryrefslogtreecommitdiffstats
path: root/contrib/bind/FREEBSD-Upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/FREEBSD-Upgrade')
-rw-r--r--contrib/bind/FREEBSD-Upgrade24
1 files changed, 0 insertions, 24 deletions
diff --git a/contrib/bind/FREEBSD-Upgrade b/contrib/bind/FREEBSD-Upgrade
deleted file mode 100644
index 743d740..0000000
--- a/contrib/bind/FREEBSD-Upgrade
+++ /dev/null
@@ -1,24 +0,0 @@
-$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.
-
-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.
OpenPOWER on IntegriCloud