From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vultr.musolino.id.au ([45.76.123.158]) by ewsd; Sun Jul 26 23:56:04 EDT 2020 Received: from 58.96.111.26 ([58.96.111.26]) by vultr; Mon Jul 27 13:55:47 EST 2020 Message-ID: <3EE7A8C01175A8C6CB1A0C01E6B92BD8@musolino.id.au> From: Alex Musolino Date: Mon, 27 Jul 2020 13:25:47 +0930 To: 9front@9front.org Subject: Re: [9front] instant 9p connection between two machines In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: ISO-certified encrypted framework template app template There is indeed a better way. See rcpu(1). Adding custom entries to 9fs is something I have done by having my own 9fs script in $home/bin/rc which falls through to /rc/bin/9fs if it doesn't find a match. E.g. #!/bin/rc switch($1){ case wdnas if(! test -e /srv/wdnas) cifs -s wdnas wdnas Public mount /srv/wdnas /n/wdnas bind /n/wdnas/public /n/wdnas case hg bind -ac /dist/plan9front / case * exec /rc/bin/9fs $* }