From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e60612210852l20c4c97at3f5ca078651cfe27@mail.gmail.com> Date: Thu, 21 Dec 2006 08:52:00 -0800 From: "David Leimbach" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] /Library/LauchAgents/9pfs.plist In-Reply-To: <3851d0a8471f122e12c32d723a45c464@terzarima.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3851d0a8471f122e12c32d723a45c464@terzarima.net> Topicbox-Message-UUID: f793d4b6-ead1-11e9-9d60-3106f5b1d025 You can enable xinetd in launchd and do it the old way if you choose. At least that used to be the case. On 12/20/06, Charles Forsyth wrote: > once bsd unix used > 9fs stream tcp nowait root /bin/9/u9fs u9fs > > and xinetd made it a little bit more elaborate, > but apple decided to combine init, x?inetd and cron > (because they all start programs!) so in that dialect we must now say > > > > > > Label > com.bell-labs.plan9.u9fs > Program > /usr/bin/u9fs > ProgramArguments > > u9fs > -l > /var/log/u9fs.log > > Sockets > > Listeners > > SockServiceName > 9pfs > > > inetdCompatibility > > Wait > > > > > there are probably lots of useful options and better translations > but at least it got me past that point last week. >