From patchwork Mon Jan 25 21:36:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Debian Bug Tracking System X-Patchwork-Id: 12046473 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B1BF7C433DB for ; Mon, 25 Jan 2021 22:27:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 76BD9207B7 for ; Mon, 25 Jan 2021 22:27:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732172AbhAYW0G (ORCPT ); Mon, 25 Jan 2021 17:26:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732967AbhAYVhZ (ORCPT ); Mon, 25 Jan 2021 16:37:25 -0500 Received: from buxtehude.debian.org (buxtehude.debian.org [IPv6:2607:f8f0:614:1::1274:39]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 01C65C0613ED for ; Mon, 25 Jan 2021 13:36:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bugs.debian.org; s=smtpauto.buxtehude; h=Content-Type:Date:Reply-To: References:Message-ID:Subject:To:From:MIME-Version:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:In-Reply-To; bh=sP3cPFVs0lhP5FE+7SNDwOfGoahTwcRHGbYYGbus4qM=; b=pd1W79dEloKnauJHGH4nYcA6+v wx1EkmCIUDmzz1KHT/fu8u7JAczOc+Zi/HYRDD62XoKCWulDXxl/fhziR7iLt5RlYJ1yaj3LadpfC kF39pNEfPjxigjY2b9oCbfRkxJoH4s908EwX8iJUhbxrjEynz0Z4L8WwklSMl9mICSe8zC2O0v7TI 5W49hHFqDdMTzuXaHf/RCzbP2/2fwMhg6POEeO/OYvcUp1WXYArdzRy+YGoPO0xWAhbcbzKRM4wfh AVTGGavKhA9QDZ9FqtJ3vZZkIaoSqQ8Ylt5FJUOfby+DYoJrf/it7c0ZiA24YGdh29+vx2+TiS0bD oezfpGKA==; Received: from debbugs by buxtehude.debian.org with local (Exim 4.92) (envelope-from ) id 1l49Wo-0007pX-Iy; Mon, 25 Jan 2021 21:36:06 +0000 MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) X-Loop: owner@bugs.debian.org From: "Debian Bug Tracking System" To: Bastian Germann Subject: Bug#898700: marked as done (xfs_quota help text mentions wrong command option) Message-ID: References: <6e41890a-0e3b-0c3a-e1a0-08175c1260b0@fishpost.de> <1fb24cea-26f1-8814-2966-2be73608925c@rug.nl> X-Debian-PR-Message: closed 898700 X-Debian-PR-Package: xfsprogs X-Debian-PR-Keywords: patch X-Debian-PR-Source: xfsprogs Reply-To: 898700@bugs.debian.org Date: Mon, 25 Jan 2021 21:36:06 +0000 Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org Your message dated Mon, 25 Jan 2021 22:32:48 +0100 with message-id <6e41890a-0e3b-0c3a-e1a0-08175c1260b0@fishpost.de> and subject line xfs_quota help text mentions wrong command option has caused the Debian Bug report #898700, regarding xfs_quota help text mentions wrong command option to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) diff -Nru xfsprogs-4.9.0+nmu1.orig/quota/project.c xfsprogs-4.9.0+nmu1/quota/project.c --- xfsprogs-4.9.0+nmu1.orig/quota/project.c 2017-01-05 23:05:55.000000000 +0100 +++ xfsprogs-4.9.0+nmu1/quota/project.c 2018-05-15 11:31:36.508219567 +0200 @@ -55,7 +55,7 @@ " and subdirectories below it (i.e. a tree) can be restricted to using a\n" " subset of the available space in the filesystem.\n" "\n" -" A managed tree must be setup initially using the -c option with a project.\n" +" A managed tree must be setup initially using the -s option with a project.\n" " The specified project name or identifier is matched to one or more trees\n" " defined in /etc/projects, and these trees are then recursively descended\n" " to mark the affected inodes as being part of that tree - which sets inode\n"