Add note about 'audit' group.

Add note about the '_dhcp' user.

While one is expected to run mergemaster -p before installworld, make
a note of the points where this will actively fail due to the addition of
users/groups.
This commit is contained in:
Warner Losh 2006-03-10 18:40:31 +00:00
parent 64f9e6ad72
commit 19dc34626a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156538

View File

@ -32,6 +32,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
for Linux apps because it will pull in 3dfx.ko and linux.ko through for Linux apps because it will pull in 3dfx.ko and linux.ko through
its dependencies. its dependencies.
20060204:
The 'audit' group was added to support the new auditing functionality
in the base system. Be sure to follow the directions for updating,
including the requirement to run mergemaster -p.
20060201: 20060201:
The kernel ABI to file system modules was changed on i386. The kernel ABI to file system modules was changed on i386.
Please make sure that your kernel and modules are in sync. Please make sure that your kernel and modules are in sync.
@ -168,6 +173,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
must now run devd. Also, DNS updating was lost so you will need must now run devd. Also, DNS updating was lost so you will need
to find a workaround if you use this feature. to find a workaround if you use this feature.
The '_dhcp' user was added to support the OpenBSD dhclient. Be
sure to run mergemaster -p (like you are supposed to do every time
anyway).
20050605: 20050605:
if_bridge was added to the tree. This has changed struct ifnet. if_bridge was added to the tree. This has changed struct ifnet.
Please recompile userland and all network related modules. Please recompile userland and all network related modules.