On Tue, Aug 9, 2011 at 3:54 PM, Jacob Todd <jaketodd...@gmail.com> wrote: > > On Aug 9, 2011 6:30 PM, "erik quanstrom" <quans...@labs.coraid.com> wrote: >> >> On Tue Aug 9 18:26:01 EDT 2011, lyn...@orthanc.ca wrote: >> the tradition has been to copy scripts into /$cputype/bin/$somesubdir >> for every arch. >> > I've always been under the impression they went in /rc/bin/.
Try creating /rc/bin/aux and sticking a file in there--can you see it if you do 'ls /bin/aux'? Not unless you do a 'bind -a /rc/bin/aux /bin/aux'. It's an artifact of the fact that we don't have recursive unions under Plan 9--we can either specifically bind every subdirectory of /rc/bin into /bin, or we can just stick the scripts into /386/bin/subdir/ John