From owner-svn-src-head@FreeBSD.ORG Fri Jan 2 22:24:13 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B059106564A; Fri, 2 Jan 2009 22:24:13 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 275B98FC13; Fri, 2 Jan 2009 22:24:13 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n02MODXi009012; Fri, 2 Jan 2009 22:24:13 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n02MOCGF009011; Fri, 2 Jan 2009 22:24:12 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <200901022224.n02MOCGF009011@svn.freebsd.org> From: Doug Barton Date: Fri, 2 Jan 2009 22:24:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186704 - head/usr.sbin/mergemaster X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 02 Jan 2009 22:24:14 -0000 Author: dougb Date: Fri Jan 2 22:24:12 2009 New Revision: 186704 URL: http://svn.freebsd.org/changeset/base/186704 Log: Add a note to the -m option indicating that you should now specify src/ instead of src/etc. Modified: head/usr.sbin/mergemaster/mergemaster.8 Modified: head/usr.sbin/mergemaster/mergemaster.8 ============================================================================== --- head/usr.sbin/mergemaster/mergemaster.8 Fri Jan 2 19:55:17 2009 (r186703) +++ head/usr.sbin/mergemaster/mergemaster.8 Fri Jan 2 22:24:12 2009 (r186704) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 1, 2009 +.Dd January 2, 2009 .Dt MERGEMASTER 8 .Os .Sh NAME @@ -218,6 +218,14 @@ Specify the path to the directory where .Xr make 1 . (In other words, where your sources are, but -s was already taken.) +In previous versions of +.Nm +you needed to specify the path all the way to +.Pa src/etc . +Starting with r186678 you only need to specify the path to +.Pa src . +.Nm +will convert the path for you if you use the old method. .It Fl t Ar /path/to/temp/root Create the temporary root environment in .Pa /path/to/temp/root