Received: by mail.netbsd.org (Postfix, from userid 605) id 83FF714A18E; Fri, 5 Oct 2012 01:01:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7290614A188 for ; Fri, 5 Oct 2012 01:01:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id YnQZniqLnm39 for ; Fri, 5 Oct 2012 01:01:07 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id CA86E14A18E for ; Fri, 5 Oct 2012 01:01:07 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8B733175DD; Fri, 5 Oct 2012 01:01:07 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 4 Oct 2012 21:01:07 -0400 From: "Christos Zoulas" Subject: CVS commit: src/usr.sbin/mtree To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20121005010107.8B733175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: christos Date: Fri Oct 5 01:01:07 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c extern.h mtree.8 mtree.c Log Message: add -n flag to disable comments (brook) To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/usr.sbin/mtree/create.c cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/mtree/extern.h cvs rdiff -u -r1.55 -r1.56 src/usr.sbin/mtree/mtree.8 cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/mtree/mtree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.