diff options
author | imp <imp@FreeBSD.org> | 1998-12-15 00:24:32 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1998-12-15 00:24:32 +0000 |
commit | b00bd5cb8c82aba5279685c8ba2f57c9e1550dbd (patch) | |
tree | 5c75cb54e2a6840ebeb5c378e10aacfd287d2e9f /UPDATING | |
parent | cf6ada6c38a7f43c01a80384974b5bb169822f95 (diff) | |
download | FreeBSD-src-b00bd5cb8c82aba5279685c8ba2f57c9e1550dbd.zip FreeBSD-src-b00bd5cb8c82aba5279685c8ba2f57c9e1550dbd.tar.gz |
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.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING new file mode 100644 index 0000000..05c7ff4 --- /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:$ |