From 632c4e7871f6095d1eec07f0d688345101b7dac9 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sat, 12 Jul 2008 08:46:21 +0000 Subject: [PATCH] The vendor area is the proper home for these files now. --- contrib/bind9/FREEBSD-Upgrade | 120 ---------------------------------- contrib/bind9/FREEBSD-Xlist | 67 ------------------- 2 files changed, 187 deletions(-) delete mode 100644 contrib/bind9/FREEBSD-Upgrade delete mode 100644 contrib/bind9/FREEBSD-Xlist diff --git a/contrib/bind9/FREEBSD-Upgrade b/contrib/bind9/FREEBSD-Upgrade deleted file mode 100644 index 75efb09f1e6..00000000000 --- a/contrib/bind9/FREEBSD-Upgrade +++ /dev/null @@ -1,120 +0,0 @@ - - - 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 \ -