aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1998-12-15 00:24:32 +0000
committerWarner Losh <imp@FreeBSD.org>1998-12-15 00:24:32 +0000
commit53dfde793f6d3c26ed04f6e38ce0484abe038fbc (patch)
tree3ccf7e3ffe46a44551bd041435680473389c5ece /UPDATING
parent60453219bdaf4e4b5e09eaf27a08be66753362a5 (diff)
downloadsrc-53dfde793f6d3c26ed04f6e38ce0484abe038fbc.tar.gz
src-53dfde793f6d3c26ed04f6e38ce0484abe038fbc.zip
This file contains minimal instructions for the moderately clueful to
update their systems from prior versions of FreeBSD. It is only for November 18, 1998 and newer systems. If you have an older system, you are on your own. I'll update this from time to time, and if it shows signs of bitrot I'll kill it.
Notes
Notes: svn path=/head/; revision=41806
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
new file mode 100644
index 000000000000..05c7ff498450
--- /dev/null
+++ b/UPDATING
@@ -0,0 +1,15 @@
+This file is maintainted by imp@village.org. Please send new entries
+in it to him. It contains a list, in reverse chronologocal order, of
+major breakages in tracking -current. Not all things will be listed
+here, and it only starts on Novemeber 18, 1998. If you have an
+earlier version of FreeBSD, you are on your own.
+
+19981118:
+ PAM integrated into the tree. Requires new /etc/pam.conf file
+ to silence warnings from authentication programs (login, etc).
+ See src/etc/pam.conf for a sample.
+
+YYYYMMDD:
+ What happened and what you need to do.
+
+$Id:$