From owner-freebsd-questions Tue Jun 12 5:27:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alligator.wananchi.com (alligator.wananchi.com [62.8.64.108]) by hub.freebsd.org (Postfix) with ESMTP id 9620D37B40E for ; Tue, 12 Jun 2001 05:26:57 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from root by alligator.wananchi.com with local (Exim 3.22 #1) id 159n9p-0001AZ-00; Tue, 12 Jun 2001 15:20:29 +0300 Received: from upagraha.iconnect.co.ke ([209.198.248.2] helo=siafu.iconnect.co.ke) by poeza.iconnect.co.ke with esmtp (Exim 3.20 #1) id 14g1jt-0001M2-00 for wash@poeza.iconnect.co.ke; Thu, 22 Mar 2001 12:50:41 +0300 Received: from [212.22.161.3] (helo=ns2.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14g1gB-000Dsl-00 for wash@iconnect.co.ke; Thu, 22 Mar 2001 12:46:51 +0300 Received: from amavis by ns2.iconnect.co.ke with scanned-ok (Exim 3.12 #1) id 14g1hV-0001y4-00 for wash@iconnect.co.ke; Thu, 22 Mar 2001 12:48:13 +0300 Received: from server.ms-agentur.de ([62.153.134.194] helo=gekko.i-clue.de ident=root) by ns2.iconnect.co.ke with esmtp (Exim 3.12 #1) id 14g1hO-0001h7-00 for wash@iconnect.co.ke; Thu, 22 Mar 2001 12:48:07 +0300 Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id LAA18404; Thu, 22 Mar 2001 11:54:44 +0100 Message-ID: <3AB9CA8F.71AD3982@i-clue.de> Date: Thu, 22 Mar 2001 10:49:03 +0100 From: Christoph Sold Old-Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Odhiambo Washington Cc: FBSD-Q References: <20010322121019.A4080@poeza.iconnect.co.ke> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: A little failing Status: RO X-Status: A Lines: 55 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Odhiambo Washington schrieb: > > Hi people, > Some years back I read in my literature class a situation that can be > termed a 'little failing' - not a total failure but in actual sense it is > a real failure. > Now I am back, with a failure after margemaster. I always try my best to > let mergemaster be verbose but even with all that noise I seem to miss > something and that is what I beg to ask the gurus about. > > o If I tell mergemaster to merge the 2 files (installed one and the temp > one), what is the aggregate effect as far as mu customizations in the > installed version are concerned? By typing "m", you tell mergemaster both files need to be merged. YOU have to merge the files manually. > o When I take a look at the diffs and feel that I just don't want to > install the file in the temporary dir I'd chose 'm' and I'd be > dropped to a % : What am I supposed to do at that prompt? when you type "m", mergemaster drops you into sdiff with both files displayed side-by-side. Each difference is displayed one by one. You may choose "l" to put the left side into the merged file, "r" for the right side, "e" to edit manually using your $EDITOR. After all differences have been shown, you may either [i]nstall the just merged file or leave it for manual massages at a later time. > o Would it be okay for me to just install everything from the temp dir > (aka mergemaster 'blindmode' then start painfully modifying the files to > put back my customizations while still in single user mode? It sure > wastes productive time but seems to be the soundest way if someone does > not tell me a better way. This can be dangerous: for sure, /etc/passwd would not contain the users already on your system. > I just did a mergemaster and ended up seeing an error like: > > source_rc_confs : not found > > The box would read my rc.conf and probably many other rc.* > Which file results into this situation? > > What is the better option for mergemaster - the monster of all UPDATES (to > me, that is) ;-) The best option -as always- is to know your tools. I admit it needs a while to get used to, but mergemaster is worth the trouble. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message