From 2c9d19ec6fc69356dc6c2cf65ba1e3ff662bf8be Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sat, 12 Jul 2008 08:46:21 +0000 Subject: The vendor area is the proper home for these files now. --- FREEBSD-Upgrade | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ FREEBSD-Xlist | 67 +++++++++++++++++++++++++++++++ 2 files changed, 187 insertions(+) create mode 100644 FREEBSD-Upgrade create mode 100644 FREEBSD-Xlist diff --git a/FREEBSD-Upgrade b/FREEBSD-Upgrade new file mode 100644 index 000000000000..75efb09f1e62 --- /dev/null +++ b/FREEBSD-Upgrade @@ -0,0 +1,120 @@ + + + FreeBSD maintainer's guide to updating BIND 9 + ============================================= + +1) Obtain the latest source distribution from the ISC's FTP server + (ftp://ftp.isc.org/isc/bind9/) + +2) Unpack the tarball in a suitable directory, and cd into the new + source directory. + +3) Remove unwanted files and directories: + + $ while read pattern ; do rm -rf $pattern ; done \ +