From owner-freebsd-questions@FreeBSD.ORG Tue May 22 00:21:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 155E616A468 for ; Tue, 22 May 2007 00:21:09 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id CAE0D13C48C for ; Tue, 22 May 2007 00:21:08 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so2011615pyh for ; Mon, 21 May 2007 17:21:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=I52797oZRH5NbedYCYvdGkrWPIXZfs2aIQV4KP4T+wcl0eQLPaXqYsgNrZ3utMTGHPHp3J/R9y2WE5kHNWD5Y25GQVL9mA6zlAkMB0zDLKJkfNnEkgBGkSoiMJUyIOnE2Qrw1wZjLjiL5/2j/mNwif7hRm5oEtp+ufvFYp4G4SU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pVbXeqb9In5ZwWMKid00qmqNgKAyyspseAwTOgEcDvpjKWa2jhRdA7w3B59yz1JtuhNpGsQd9T+cUUweB10VhuVWx3cuDnPF2UTMxQtR6CAp1Oj+yXSRTW43FjYqE1Rm/FOZZT8w4fZ8IDwN8rvEy7hynrhVz4IfMNIo/nOp/Jg= Received: by 10.35.112.3 with SMTP id p3mr6539642pym.1179793268254; Mon, 21 May 2007 17:21:08 -0700 (PDT) Received: by 10.35.36.17 with HTTP; Mon, 21 May 2007 17:21:08 -0700 (PDT) Message-ID: <340a29540705211721k1090b5f1rb282b2a4ae870146@mail.gmail.com> Date: Mon, 21 May 2007 18:21:08 -0600 From: "Andrew Falanga" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: How to retrieve the list of files to merge by hand X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 00:21:09 -0000 Hi, I just upgraded my box here at home last night and I made a little mistake (fortunately, not one large enough to keep things from working). I updated my source tree to 6.2-RELEASE-p4 and did the "make buildworld" and "make buildkernel." Then I dropped to single user mode to do the installs for both. At the end, as per some instructions from a friend, I did "mergemaster -i -a". At the end was quite a long list of files left for me to merge by hand. This was actually a surprise to me because I'd updated two boxes at work earlier in the week and the largest number of file to update by hand was only 2. At any rate, because I was in single user mode, and hadn't started mergemaster with something like, "mergemaster -i -a | tee merge.output" or something (that's the small mistake that won't happen again), I don't have the list of files to merge. At any rate, with exception to rc.conf and /etc/ttys, I haven't modified anything the system uses anyway. Is there a way of retrieving this list? As a side note, in an effort to get this list (via a pipe command such as the one above), I reran the mergemaster command, but got a much different set of results. Did I completely eliminate any chance I had at getting them? Thanks, Andy