From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" Date: Fri, 16 Mar 2007 12:39:42 +0000 To: 9fans@cse.psu.edu Subject: Re: [9fans] faces and the plumb messages received by cpu connections In-Reply-To: <011701c767ab$980d3760$c827a620$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 266fc254-ead2-11e9-9d60-3106f5b1d025 I would suggest a better solution would be to start the local upas/fs watching the two different mailboxes - I haven't tried this for a long time but it should work (bitrot not withstanding). in your profile: plumber 9fs remote upas/fs -n # do not open /mail/box/$user/mbox echo open /mail/box/$user/mbox loc > /mail/fs/ctl echo open /remote/mail/box/$user/mbox rem > /mail/fs/ctl rio There may still be some assumptions in the plumber or upas/fs about the name of the mailbox to watch / plumb, however that seems like the proper place for a fix (IMHO). -Steve