From owner-freebsd-stable Tue Jul 9 5:16:20 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE51337B401 for ; Tue, 9 Jul 2002 05:15:09 -0700 (PDT) Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id B47B843E4A for ; Tue, 9 Jul 2002 05:15:08 -0700 (PDT) (envelope-from erikt@midgard.homeip.net) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailf.telia.com (8.11.6/8.11.6) with ESMTP id g69CF6822710 for ; Tue, 9 Jul 2002 14:15:07 +0200 (CEST) Received: from falcon.midgard.homeip.net (h53n2fls20o913.telia.com [212.181.163.53]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id OAA07188 for ; Tue, 9 Jul 2002 14:15:06 +0200 (CEST) Received: (qmail 14176 invoked by uid 1001); 9 Jul 2002 12:15:01 -0000 Date: Tue, 9 Jul 2002 14:15:00 +0200 From: Erik Trulsson To: Eugene Grosbein Cc: stable@freebsd.org Subject: Re: system immutable files make mergemaster look funny Message-ID: <20020709121500.GA13059@falcon.midgard.homeip.net> Mail-Followup-To: Eugene Grosbein , stable@freebsd.org References: <20020709194439.A26123@svzserv.kemerovo.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020709194439.A26123@svzserv.kemerovo.su> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jul 09, 2002 at 07:44:39PM +0800, Eugene Grosbein wrote: > That's what you get now after completing mergemaster: > > *** Comparison complete > > Do you wish to delete what is left of /var/tmp/temproot? [no] yes > rm: /var/tmp/temproot/var/empty: Operation not permitted > rm: /var/tmp/temproot/var: Directory not empty > rm: /var/tmp/temproot: Directory not empty > *** /var/tmp/temproot has been deleted > > > Obviously, last sentence isn't true :-) Obviously?? It is actually true: /var/tmp/temproot actually is deleted afterwards (at least for a recent -stable). What mergemaster does when deleting is the following: rm -rf chflags -R rm -rf The only problem is that those diagnostics from 'rm' might be a bit misleading and/or annoying but everything works fine. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message