diff options
author | rwatson <rwatson@FreeBSD.org> | 2012-12-02 22:09:16 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2012-12-02 22:09:16 +0000 |
commit | 932796d554c772fca281a0b6d12d4a9806552ade (patch) | |
tree | 512588f728d702233c27ecd3d7d6ded658fe37f1 | |
parent | 20cedcd3c8fa7521244fd9cba3bc2a20b48e646c (diff) | |
download | FreeBSD-src-932796d554c772fca281a0b6d12d4a9806552ade.zip FreeBSD-src-932796d554c772fca281a0b6d12d4a9806552ade.tar.gz |
Specifically point at the Handbook instructions for world updates in
UPDATING by URL.
As there has been some confusion over the need to run "mergemaster -p",
part of our standard upgrade procedure, following the recent addition of
an "auditdistd" user, add a note about it to UPDATING explicitly.
-rw-r--r-- | UPDATING | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -4,7 +4,9 @@ This file is maintained and copyrighted by M. Warner Losh <imp@freebsd.org>. See end of file for further details. For commonly done items, please see the COMMON ITEMS: section later in the file. These instructions assume that you basically know what you are doing. If not, then please consult the FreeBSD -handbook. +handbook: + + http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. @@ -24,6 +26,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20121201: + With the addition of auditdistd(8), a new auditdistd user is now + depended on during installworld. "mergemaster -p" can be used to add + the user prior to installworld, as documented in the handbook. + 20121117: The sin6_scope_id member variable in struct sockaddr_in6 is now filled by the kernel before passing the structure to the userland via |