9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] rc in plan9port and $PLAN9
@ 2004-03-24 13:03 a
  2004-03-24 15:59 ` Russ Cox
  0 siblings, 1 reply; 2+ messages in thread
From: a @ 2004-03-24 13:03 UTC (permalink / raw)
  To: 9fans

in the /src/cmd/rc/plan9ish.c i've got, the bit in Rcmain
that looks for $PLAN9 (and thus finds rcmain) is commented
out. any reason? how is teh #9/rcmain in there supposed to
work? i may be confused.
ア


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

* Re: [9fans] rc in plan9port and $PLAN9
  2004-03-24 13:03 [9fans] rc in plan9port and $PLAN9 a
@ 2004-03-24 15:59 ` Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2004-03-24 15:59 UTC (permalink / raw)
  To: 9fans

a@9srv.net wrote:

>in the /src/cmd/rc/plan9ish.c i've got, the bit in Rcmain
>that looks for $PLAN9 (and thus finds rcmain) is commented
>out. any reason? how is teh #9/rcmain in there supposed to
>work? i may be confused.
>  
>

#9 is a clumsy hack that I brought over from more full-featured ports.
It means "the $PLAN9 directory" to open and Bopen.  It was a mistake
(it's too hard to contain, and it makes ported programs different from
normal programs; same mistake as handling dotdot specially in some
programs but not others).  I'm going to rid the tree of these references.
But it should be working right now.

Russ




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

end of thread, other threads:[~2004-03-24 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-24 13:03 [9fans] rc in plan9port and $PLAN9 a
2004-03-24 15:59 ` Russ Cox

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).