From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <787c14d20612282124v3a815905y1f29ea9b1fd0b4eb@mail.gmail.com> Date: Fri, 29 Dec 2006 10:54:25 +0530 From: "kensmith p" 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: fb8ba72e-ead1-11e9-9d60-3106f5b1d025 Hi Charles, I am new to limbo programming. Can you please give some small sample program for exception handling to understand the concept. Expecting reply, Ken On 12/21/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. >