From owner-svn-src-user@FreeBSD.ORG Mon May 10 21:57:35 2010 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29160106566C; Mon, 10 May 2010 21:57:35 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [69.147.83.44]) by mx1.freebsd.org (Postfix) with ESMTP id 1A66B8FC08; Mon, 10 May 2010 21:57:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o4ALvYpa080262; Mon, 10 May 2010 21:57:34 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o4ALvYTF080260; Mon, 10 May 2010 21:57:34 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201005102157.o4ALvYTF080260@svn.freebsd.org> From: Doug Barton Date: Mon, 10 May 2010 21:57:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r207903 - user/dougb/portmaster X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2010 21:57:35 -0000 Author: dougb Date: Mon May 10 21:57:34 2010 New Revision: 207903 URL: http://svn.freebsd.org/changeset/base/207903 Log: The text description of the compat library directory was wrong, [1] although thankfully the example 'rm -r' command had it right. Submitted by: Denny Lin [1] Modified: user/dougb/portmaster/portmaster.8 Modified: user/dougb/portmaster/portmaster.8 ============================================================================== --- user/dougb/portmaster/portmaster.8 Mon May 10 21:31:20 2010 (r207902) +++ user/dougb/portmaster/portmaster.8 Mon May 10 21:57:34 2010 (r207903) @@ -268,10 +268,10 @@ After the port is built, if the .Fl w option is being used, all shared libraries installed by the old port (if any) will be saved to -.Pa /usr/local/compat/pkg . +.Pa /usr/local/lib/compat/pkg . After installation if there are any new files with the same names as those in -.Pa /usr/local/compat/pkg +.Pa /usr/local/lib/compat/pkg the old files will be deleted, and .Xr ldconfig 8