xref: /freebsd/UPDATING (revision e363c17b98994d4dcb1a56add70d402a9c7fe039)
153dfde79SWarner LoshThis file is maintainted by imp@village.org.  Please send new entries
253dfde79SWarner Loshin it to him.  It contains a list, in reverse chronologocal order, of
353dfde79SWarner Loshmajor breakages in tracking -current.  Not all things will be listed
453dfde79SWarner Loshhere, and it only starts on Novemeber 18, 1998.  If you have an
553dfde79SWarner Loshearlier version of FreeBSD, you are on your own.
653dfde79SWarner Losh
7e363c17bSWarner Losh19981231:
8e363c17bSWarner Losh	Postfix, to be committed shortly, will require a new uid (mta)
9e363c17bSWarner Losh	and a new gid (mta).  Add them now and avoid the rush.
10e363c17bSWarner Losh
11d5513f53SWarner Losh19981230:
12d5513f53SWarner Losh	You should install new bootblocks now.  The ELF kernel will
13e363c17bSWarner Losh	become default soon.  In addition, you'll need to upgrade
14e363c17bSWarner Losh	your userland programs to ELF before then as well.  Use
15e363c17bSWarner Losh	make aout-to-elf to upgrade your userland programs (old
16e363c17bSWarner Losh	a.out programs in, for example, /usr/local/bin will
17e363c17bSWarner Losh	continue to work, even after the upgrade).  See src/Makefile
18e363c17bSWarner Losh	for more details.
19d5513f53SWarner Losh
20ab308df6SWarner Losh19981202:
21ab308df6SWarner Losh	New groups from 19981201 commented out of mtree, so they
22ab308df6SWarner Losh	aren't strictly needed, but still a good idea to have.
23ab308df6SWarner Losh
24ab308df6SWarner Losh19981201:
25ab308df6SWarner Losh	New user/group added: bind.  From src/etc/master.passwd and
26ab308df6SWarner Losh	src/etc/group:
27ab308df6SWarner Losh		% grep <newstuff> /usr/src/etc/group
28ab308df6SWarner Losh		bind:*:53:
29ab308df6SWarner Losh		% grep <newstuff> /usr/src/etc/master.passwd
30ab308df6SWarner Losh		tty:*:4:65533::0:0:Tty Sandbox:/:/sbin/nologin
31ab308df6SWarner Losh		kmem:*:5:65533::0:0:KMem Sandbox:/:/sbin/nologin
32ab308df6SWarner Losh		bind:*:53:53::0:0:Bind Sandbox:/:/sbin/nologin
33ab308df6SWarner Losh
3453dfde79SWarner Losh19981118:
3553dfde79SWarner Losh	PAM integrated into the tree.   Requires new /etc/pam.conf file
3653dfde79SWarner Losh	to silence warnings from authentication programs (login, etc).
3753dfde79SWarner Losh	See src/etc/pam.conf for a sample.
3853dfde79SWarner Losh
3953dfde79SWarner LoshYYYYMMDD:
4053dfde79SWarner Losh	What happened and what you need to do.
4153dfde79SWarner Losh
42e363c17bSWarner Losh$Id: UPDATING,v 1.3 1998/12/31 06:20:01 imp Exp $
43