From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] cpu server/terminal combination From: rog@vitanuova.com MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-vauzgithyuhayetumduwyrzdej" Message-Id: <20020530185254.5333C19AD3@mail.cse.psu.edu> Date: Thu, 30 May 2002 19:57:31 +0100 Topicbox-Message-UUID: a134a174-eaca-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-vauzgithyuhayetumduwyrzdej Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit i use that rule too. it's nice just being able to do it once and it gets everywhere (including inside inferno, for example). i also have a little shell script: #!/bin/rc plumb 'Local ' ^ $"* so: local mount /srv/9660 /n/cd does everything i need. i can't decide whether it's a nasty hack or just a hack... --upas-vauzgithyuhayetumduwyrzdej Content-Type: message/rfc822 Content-Disposition: inline Return-Path: <9fans-admin@cse.psu.edu> Received: from punt-1.mail.demon.net by mailstore for rog@vitanuova.com id 1022784040:10:03967:26; Thu, 30 May 2002 18:40:40 GMT Received: from psuvax1.cse.psu.edu ([130.203.4.6]) by punt-1.mail.demon.net id aa1004126; 30 May 2002 18:40 GMT Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.20.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 804D819AD2; Thu, 30 May 2002 14:40:31 -0400 (EDT) Delivered-To: 9fans@cse.psu.edu Received: from plan9.cs.bell-labs.com (plan9.bell-labs.com [204.178.31.2]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id 7673F19AD1 for <9fans@cse.psu.edu>; Thu, 30 May 2002 14:39:50 -0400 (EDT) Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Thu May 30 14:39:49 EDT 2002 Received: from 18.24.6.158 ([18.24.6.158]) by plan9; Thu May 30 14:39:48 EDT 2002 Message-ID: <9b0cd964fda64144f16be8a5c20ac84f@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] cpu server/terminal combination MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Thu, 30 May 2002 14:39:47 -0400 i use this as a substitute for the plumbspace hack. # stupid rule to run programs kind is text data matches 'Local (.*)' plumb to none plumb start rc -c $1 e.g. plumb 'Local 9fs foo' draw new window, has /n/foo it's not quite as convenient but it's not bad. combined with sending the same command to acme, it gets me where i want to go. --upas-vauzgithyuhayetumduwyrzdej--