From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 24690 invoked from network); 16 Aug 2021 07:59:58 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 16 Aug 2021 07:59:58 -0000 Received: from pb-smtp1.pobox.com ([64.147.108.70]) by 1ess; Mon Aug 16 00:43:03 -0400 2021 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id E915AF0248 for <9front@9front.org>; Mon, 16 Aug 2021 00:40:37 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; s=sasl; bh=0B3TI8VM4v5xxk/K1Kg+gsFHw JyuXGl8aeI8wCLKcKg=; b=JWo1ok3bc3Pw9rPJgPUA5XXYoGFHj6E3zWm00EjzM 0EY5fZ2OkNhYkiVW19gTrr01QRGK6fEPLVVXfefoWFauUNKrAftie+NfczeCbMZI DAoKB6AEH/KVB0SbfSqT44VvzTeSFNOqMuDPT8ujkEG76wGVqZKi7GvABl/Yv/45 Sg= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id CFB40F0246 for <9front@9front.org>; Mon, 16 Aug 2021 00:40:37 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from strider (unknown [47.34.135.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 06CAAF0245 for <9front@9front.org>; Mon, 16 Aug 2021 00:40:36 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <03FE47CDA929D330902D308081FB34EC@smtp.pobox.com> To: 9front@9front.org Date: Sun, 15 Aug 2021 21:40:34 -0700 From: unobe@cpan.org In-Reply-To: <19675515D7299CA0177A9475414F1F9C@qak> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 19F526EC-FE4C-11EB-9CAE-8B3BC6D8090B-09620299!pb-smtp1.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: storage realtime-based descriptor hosting Subject: Re: [9front] exportfs: fix debug logging Reply-To: 9front@9front.org Precedence: bulk Quoth kvik@a-b.xyz: > Quoth Amavect : > > Print to stderr is probably the best default for debug info, and can > > also be redirected to a file. This obsoletes -f, doesn't care about > > creating a debug log file, and rc fails if the file can't be written. > > This is a nice simplification. Perhaps you could take a chance to > rename the -d flag to -D for consistency with most other file servers. File servers being anything categorized under section 4? For example, I just looked at a few ( cfs(4), cifs(4), sshfs(4) ) which all use -d.