From owner-freebsd-hackers Mon May 20 07:20:05 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA20933 for hackers-outgoing; Mon, 20 May 1996 07:20:05 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA20880; Mon, 20 May 1996 07:20:00 -0700 (PDT) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id IAA05392; Mon, 20 May 1996 08:19:55 -0600 Date: Mon, 20 May 1996 08:19:55 -0600 From: Nate Williams Message-Id: <199605201419.IAA05392@rocky.sri.MT.net> To: "Jordan K. Hubbard" Cc: hackers@freebsd.org, bde@freebsd.org Subject: Re: Annoying mtree messages.. In-Reply-To: <3414.832600376@time.cdrom.com> References: <3414.832600376@time.cdrom.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I've long been annoyed by mtree output of the form: > > mtree -deU -f /a/src-current/etc/mtree/BSD.usr.dist -p /usr > local: user (3, 0, modified) > gid (7, 0, modified) > missing: ./libdata/stallion (created) > missing: ./obj (created) > missing: ./share/calendar/ru_SU.KOI8-R (created) > missing: ./src (not created: File exists) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > These spew out intermixed with the creations and valid permission > adjustments and make them hard to see. I would like to propose that > we make nuke all the "(not blah: File exists)" messages from mtree > (unless you put it into verbose mode or something) so as to get more > readable output from it in the future. > > Any objections? None here.