From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1fbd8b59b1d9427eb540ceb9c50caf83@juice.thebigchoice.com> Date: Mon, 7 Jun 2004 15:16:23 +0100 From: matt@juice.thebigchoice.com To: 9fans@cse.psu.edu Subject: Re: [9fans] Building a cpu/auth server In-Reply-To: <001201c44c97$fda46a80$1600100a@Frank> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 979594a4-eacd-11e9-9e20-41e7f4b1d025 Frank bind pcautha pcauth mk 'CONF=pcauth' presumably you also now have all sorts of crud in your source directory personally I use this : #!/bin/rc mysrc = /usr/matt/plan9_local/sys/src for (d in 9/pc 9/ip 9/alphapc 9/bitsy 9/boot 9/port 9/mtx boot/alphapc boot/arm boot/pc ) { if(! test -d $mysrc/$d) mkdir $mysrc/$d bind -cb $mysrc/$d /sys/src/$d } m