Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 10:34:18 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r244393 - stable/9
Message-ID:  <201212181034.qBIAYIpN019205@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Tue Dec 18 10:34:18 2012
New Revision: 244393
URL: http://svnweb.freebsd.org/changeset/base/244393

Log:
  Merge r243800 from head to stable/9:
  
    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.

Modified:
  stable/9/UPDATING   (contents, props changed)
Directory Properties:
  stable/9/   (props changed)

Modified: stable/9/UPDATING
==============================================================================
--- stable/9/UPDATING	Tue Dec 18 10:29:28 2012	(r244392)
+++ stable/9/UPDATING	Tue Dec 18 10:34:18 2012	(r244393)
@@ -4,11 +4,18 @@ This file is maintained and copyrighted 
 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.
 
+20121218:
+	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.
+
 20121205:
 	9.1-RELEASE.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212181034.qBIAYIpN019205>