UPDATING revision 42196
1This file is maintainted by imp@village.org.  Please send new entries
2in it to him.  It contains a list, in reverse chronologocal order, of
3major breakages in tracking -current.  Not all things will be listed
4here, and it only starts on Novemeber 18, 1998.  If you have an
5earlier version of FreeBSD, you are on your own.
6
719981231:
8	Postfix, to be committed shortly, will require a new uid (mta)
9	and a new gid (mta).  Add them now and avoid the rush.
10
1119981230:
12	You should install new bootblocks now.  The ELF kernel will
13	become default soon.  In addition, you'll need to upgrade
14	your userland programs to ELF before then as well.  Use
15	make aout-to-elf to upgrade your userland programs (old
16	a.out programs in, for example, /usr/local/bin will
17	continue to work, even after the upgrade).  See src/Makefile
18	for more details.
19
2019981202:
21	New groups from 19981201 commented out of mtree, so they
22	aren't strictly needed, but still a good idea to have.
23
2419981201:
25	New user/group added: bind.  From src/etc/master.passwd and
26	src/etc/group:
27		% grep <newstuff> /usr/src/etc/group 
28		bind:*:53:
29		% grep <newstuff> /usr/src/etc/master.passwd 
30		tty:*:4:65533::0:0:Tty Sandbox:/:/sbin/nologin
31		kmem:*:5:65533::0:0:KMem Sandbox:/:/sbin/nologin
32		bind:*:53:53::0:0:Bind Sandbox:/:/sbin/nologin
33
3419981118:
35	PAM integrated into the tree.   Requires new /etc/pam.conf file
36	to silence warnings from authentication programs (login, etc).
37	See src/etc/pam.conf for a sample.
38
39YYYYMMDD:
40	What happened and what you need to do.
41
42$Id: UPDATING,v 1.3 1998/12/31 06:20:01 imp Exp $
43