From owner-svn-src-head@FreeBSD.ORG Sun Apr 21 17:23:28 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2B712279; Sun, 21 Apr 2013 17:23:28 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1E7361AE7; Sun, 21 Apr 2013 17:23:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3LHNRQc078580; Sun, 21 Apr 2013 17:23:28 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3LHNRhV078579; Sun, 21 Apr 2013 17:23:27 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201304211723.r3LHNRhV078579@svn.freebsd.org> From: Warner Losh Date: Sun, 21 Apr 2013 17:23:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r249735 - head X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Apr 2013 17:23:28 -0000 Author: imp Date: Sun Apr 21 17:23:27 2013 New Revision: 249735 URL: http://svnweb.freebsd.org/changeset/base/249735 Log: Fix typos in my last commit. Submitted by: Niclas Zeising and Benjamin Kaduk Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Apr 21 17:14:50 2013 (r249734) +++ head/UPDATING Sun Apr 21 17:23:27 2013 (r249735) @@ -12,7 +12,7 @@ Items affecting the ports and packages s /usr/ports/UPDATING. Please read that file before running portupgrade. NOTE: FreeBSD has switched from gcc to clang. If you have trouble bootstrapping -from older versions of FreeBSD, try WITHOUT_CLANG to bootstrap to tip of +from older versions of FreeBSD, try WITHOUT_CLANG to bootstrap to the tip of head, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. @@ -1612,7 +1612,7 @@ COMMON ITEMS: path, and has the highest probability of being successful. Please try this approach before reporting problems with a major version upgrade. - When upgrading a life system, having a root shell around before + When upgrading a live system, having a root shell around before installing anything can help undo problems. Not having a root shell around can lead to problems if pam has changed too much from your starting point to allow continued authentication after the upgrade.