9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Dan Cross <cross@math.psu.edu>
To: 9fans@cse.psu.edu
Subject: [9fans] Whither ape/psh?
Date: Thu,  9 Jan 2003 00:03:02 -0500	[thread overview]
Message-ID: <200301090503.h09532w05111@augusta.math.psu.edu> (raw)

There exist several ape/psh's.  /386/bin/ape/psh, /mips/bin/ape/psh (I
think it was MIPS, anyway), and /rc/bin/ape/psh.  Of those, the one in
/rc/bin/ape seems the most reasonable; but by default typing ``ape/psh''
on an x86 machine runs /386/bin/ape/psh.  Doing bind -b /rc/bin/ape
/386/bin/ape or other such permutations really confuses something in ape,
so I stopped trying it and overwrote /386/bin/ape with:

#!/bin/rc
exec /rc/bin/ape/psh $*

This works reasonably, and it'd be nice to see it go onto sources.  It'd
be nicer to see bind -r or an overlay filesystem.

	- Dan C.



             reply	other threads:[~2003-01-09  5:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-09  5:03 Dan Cross [this message]
2003-01-09  5:09 ` Russ Cox
2003-01-10 19:22   ` Dan Cross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200301090503.h09532w05111@augusta.math.psu.edu \
    --to=cross@math.psu.edu \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).