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=4.5 required=5.0 tests=BULK_RE_SUSP_NTLD, DATE_IN_PAST_12_24,DKIM_INVALID,DKIM_SIGNED,FROM_SUSPICIOUS_NTLD, PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 14421 invoked from network); 16 Aug 2021 10:24:30 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 16 Aug 2021 10:24:30 -0000 Received: from out0.migadu.com ([94.23.1.103]) by 1ess; Sun Aug 15 12:29:27 -0400 2021 Message-ID: <19675515D7299CA0177A9475414F1F9C@qak> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=a-b.xyz; s=key1; t=1629044960; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=5QKUVS5PwwjBHmeT2+8RAQmkG1WSWJmQZeGg81ms+qk=; b=Ii/xkRnOyxToE+QqI0MidwZtJ/t3R6f8LaUcBtSOuf5ozH8PfoR9CotZZqzdJsIZUFCDiW vAe568cgcftv4myGWoykZLZjqMhlEBJG94BzJp/ZVb9yM+1m5Qz3GSLS4yUzHJTFsr5c7i ucxc+SM3bpVDoiCHyMflW0gSMEs1k5/7bOnPk6MRj1KNXyJQo4qusm7/9/Q2FCWq1dp7gT GjTw/JwhllS1l80I16pRhRKqabNsDwXi0+Rj2K/3s31W9I18PVSMIdlceN6+2FYawM1REU E7Ju/6TIFAO5ztw6Z6QAAs7m1/7fdwmezkc6E/MgvdP722PHN0OfVaMazZcKGQ== To: 9front@9front.org Date: Sun, 15 Aug 2021 18:29:16 +0200 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: kvik@a-b.xyz In-Reply-To: <20210814170400.70dbd04e@spruce.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kvik@a-b.xyz List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: injection scripting framework Subject: Re: [9front] exportfs: fix debug logging Reply-To: 9front@9front.org Precedence: bulk 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. LGTM otherwise.