From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200301090503.h09532w05111@augusta.math.psu.edu> To: 9fans@cse.psu.edu From: Dan Cross Subject: [9fans] Whither ape/psh? Date: Thu, 9 Jan 2003 00:03:02 -0500 Topicbox-Message-UUID: 3d08a816-eacb-11e9-9e20-41e7f4b1d025 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.