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=3.7 required=5.0 tests=BULK_RE_SUSP_NTLD,DKIM_INVALID, DKIM_SIGNED,FROM_SUSPICIOUS_NTLD,PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 32015 invoked from network); 8 Feb 2021 21:45:59 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 8 Feb 2021 21:45:59 -0000 Received: from out0.migadu.com ([94.23.1.103]) by 1ess; Mon Feb 8 16:39:26 -0500 2021 Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=a-b.xyz; s=key1; t=1612819850; 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-type: content-transfer-encoding:content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=hWeHGSMzSGMp5689Vg5KCgTLgn2wW7n87oJLVgmqSz4=; b=CcSKWdpMQ5pJbnj3ypO7SYiJJjY5DJBqBuLV1mumGehiLCex297aYaN99QvXedR7lQglqP Fr2iMsjGymGd+mzeFQCO+B/z7PIXSVB4fQjd1NFwkT2f24oIYlxmqaTzDna3aMNTf2I5YW UuXkU3GLEnjiSY9k+AMIPJ4x4DuB+jmirff28+ALBjak8fsHC7C8jV9Du+Uwtubp26EMqQ KLfBXPpJHJn/PKEUGy9P5o/8IwJAcHKT8Cdl4r7zAvJHd6FG5L0sqRs/OWTwR+pLFZySQN zD7DANqFWmZJCHQg3jxMcgm3YqTR3Y8ycOdiV42piwwX+Z/UMLMV2Jo5Aw3aYQ== Content-Type: text/plain; charset="UTF-8" To: 9front@9front.org Date: Mon, 08 Feb 2021 22:30:38 +0100 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: kvik@a-b.xyz In-Reply-To: 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: self-signing NoSQL template proxy Subject: Re: [9front] add "-n namespace-file" flag to tftpd Reply-To: 9front@9front.org Precedence: bulk Quoth Silas McCroskey : > The following patch adds a -n flag to allow the specification of a > namespace file in place of /lib/namespace; similar to ip/ftpd. You could bind your namespace file over /lib/namespace. Probably something like: @{rfork n; bind /lib/namespace.tftpd /lib/namespace; ip/tftpd}