From c16575f60504c1b87429284479eeb27ed0a9d734 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 16 Jul 1998 10:09:55 +0000 Subject: [PATCH] MF22: Add prototype errata file. --- release/ERRATA.TXT | 21 +++++++++++++++++++++ release/Makefile | 7 ++++++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 release/ERRATA.TXT diff --git a/release/ERRATA.TXT b/release/ERRATA.TXT new file mode 100644 index 000000000000..736652aab091 --- /dev/null +++ b/release/ERRATA.TXT @@ -0,0 +1,21 @@ +This file contains post-release ERRATA for 3.0 and should always +be considered the definitive place to look *first* before reporting +a problem with this release. This file will also be periodically +updated as new issues are reported so even if you've checked this +file recently, check it again before filing a bug report. Any +changes to this file are also automatically emailed to: + + freebsd-stable@freebsd.org + +For 3.0 security advisories, see: + + ftp://ftp.freebsd.org/pub/FreeBSD/CERT/ + +For the latest information. + +---- Security Advisories: + +Current active security advisories for 3.0: None + +---- System Update Information: + diff --git a/release/Makefile b/release/Makefile index 32b027aec181..ed339c0441d9 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.359 1998/06/26 18:54:06 brian Exp $ +# $Id: Makefile,v 1.360 1998/07/09 08:26:38 des Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -508,10 +508,15 @@ ftp.1: cd ${RD} && find floppies -print | cpio -dumpl ${FD} cd ${RD}/dists && find . -print | cpio -dumpl ${FD} cp ${.CURDIR}/ABOUT.TXT ${FD}/ABOUT.TXT + cp ${.CURDIR}/ERRATA.TXT ${FD}/ERRATA.TXT + cp ${.CURDIR}/LAYOUT.TXT ${FD}/LAYOUT.TXT cp ${.CURDIR}/sysinstall/help/readme.hlp ${FD}/README.TXT cp ${.CURDIR}/sysinstall/help/hardware.hlp ${FD}/HARDWARE.TXT cp ${.CURDIR}/sysinstall/help/install.hlp ${FD}/INSTALL.TXT cp ${.CURDIR}/sysinstall/help/relnotes.hlp ${FD}/RELNOTES.TXT + cp ${.CURDIR}/sysinstall/help/trouble.hlp ${FD}/TROUBLE.TXT + cp ${.CURDIR}/sysinstall/help/upgrade.hlp ${FD}/UPGRADE.TXT + echo "CD_VERSION = ${BUILDNAME}" > ${FD}/cdrom.inf .if !defined(NOPORTS) tar -cBf - -C ${CD_DISC1} ports | tar -xBf - -C ${FD}