9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] /Library/LauchAgents/9pfs.plist
@ 2006-12-21  7:01 Charles Forsyth
  2006-12-21 10:05 ` Gorka guardiola
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Charles Forsyth @ 2006-12-21  7:01 UTC (permalink / raw)
  To: 9fans

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

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Label</key>
	<string>com.bell-labs.plan9.u9fs</string>
	<key>Program</key>
	<string>/usr/bin/u9fs</string>
	<key>ProgramArguments</key>
	<array>
		<string>u9fs</string>
		<string>-l</string>
		<string>/var/log/u9fs.log</string>
	</array>
	<key>Sockets</key>
	<dict>
		<key>Listeners</key>
		<dict>
			<key>SockServiceName</key>
			<string>9pfs</string>
		</dict>
	</dict>
	<key>inetdCompatibility</key>
	<dict>
		<key>Wait</key>
		<false/>
	</dict>
</dict>

there are probably lots of useful options and better translations
but at least it got me past that point last week.


^ permalink raw reply	[flat|nested] 21+ messages in thread
* Re: [9fans] /Library/LauchAgents/9pfs.plist
@ 2006-12-21 15:11 erik quanstrom
  2006-12-21 16:00 ` Dan Cross
  0 siblings, 1 reply; 21+ messages in thread
From: erik quanstrom @ 2006-12-21 15:11 UTC (permalink / raw)
  To: anothy, 9fans

i wonder if they will be more successful than the physics guys?

- erik

On Thu Dec 21 10:06:41 EST 2006, anothy@gmail.com wrote:
> On 12/21/06, Russ Cox <rsc@swtch.com> wrote:
> > > but apple decided to combine init, x?inetd and cron
> > > (because they all start programs!)
> >
> > too bad they forgot sh!
> 
> the GNU folks are progressively cramming as much of the system as they
> can into bash. eventually, we're only going to have two programs.
> bringing the two together is the Grand Unified Theory of modern unix.


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2006-12-31  7:44 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-21  7:01 [9fans] /Library/LauchAgents/9pfs.plist Charles Forsyth
2006-12-21 10:05 ` Gorka guardiola
2006-12-21 14:58   ` ron minnich
2006-12-21 15:06     ` Martin Neubauer
2006-12-30  3:01     ` Martin Atkins
2006-12-30  3:13       ` ron minnich
2006-12-31  7:44         ` Lyndon Nerenberg
2006-12-21 20:03   ` Lyndon Nerenberg
2006-12-21 12:55 ` Brantley Coile
2006-12-21 13:04   ` Anthony Sorace
2006-12-21 12:57 ` Brantley Coile
2006-12-21 15:32   ` Brantley Coile
2006-12-21 14:12 ` Russ Cox
2006-12-21 15:05   ` Anthony Sorace
2006-12-21 15:25     ` Rodrigo Miranda
2006-12-21 15:41       ` Denis Grelich
2006-12-21 16:52 ` David Leimbach
2006-12-21 17:17   ` C H Forsyth
2006-12-29  5:24 ` kensmith p
2006-12-21 15:11 erik quanstrom
2006-12-21 16:00 ` Dan Cross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).