From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 31 Oct 2007 11:05:03 +0100 From: johnny@sorosj.hd.free.fr To: 9fans@cse.psu.edu Subject: Re: [9fans] Authenticated mounts from non-plan9 systems In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: e10d6d0a-ead2-11e9-9d60-3106f5b1d025 Well, I tried to find the place where exportfs should go, I did grep exportfs * in /rc/bin/services, this found 4 matches, 2 of which are il and disabled, the two other are tcp17007 (cpu, iirc), and tcp564. tcp17007:exec /bin/exportfs -a -A $netdir tcp564:exec /bin/exportfs -s So I guess /rc/bin/service/tcp564 (9fs) should be exec /bin/exportfs -s -a ? Cheers Johnny