On Wed, Nov 7, 2012 at 5:09 PM, Bence Fábián <begnoc@gmail.com> wrote:
Yes. It's clumsy.
issuing "Local plumber" starts it.
you could try changing

fsys.c:124: if(post9pservice(p[0], "acme", mtpt) < 0)

to post acme.$pid instead of acme. it's fairly trivial, however might break
something. i don't have time to check it right now.
(there's a global var mainpid. i ithink it is set by the time of the post)


It breaks programs that interact with acme. Something like: `echo hello | 9p write acme/$winid/body' won't work anymore. 

s.