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 \ -