acme: add -m option and avoid looking in the mirror
This commit is contained in:
parent
e63025d094
commit
cd5a73785d
6 changed files with 25 additions and 2 deletions
|
|
@ -121,7 +121,7 @@ fsysinit(void)
|
|||
initfcall();
|
||||
if(pipe(p) < 0)
|
||||
error("can't create pipe");
|
||||
if(post9pservice(p[0], "acme") < 0)
|
||||
if(post9pservice(p[0], "acme", mtpt) < 0)
|
||||
error("can't post service");
|
||||
sfd = p[1];
|
||||
fmtinstall('F', fcallfmt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue