9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: matt@juice.thebigchoice.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Building a cpu/auth server
Date: Mon,  7 Jun 2004 15:16:23 +0100	[thread overview]
Message-ID: <1fbd8b59b1d9427eb540ceb9c50caf83@juice.thebigchoice.com> (raw)
In-Reply-To: <001201c44c97$fda46a80$1600100a@Frank>

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


  reply	other threads:[~2004-06-07 14:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-07 14:01 Frank Palazzolo
2004-06-07 14:16 ` matt [this message]
2004-06-07 14:41   ` Russ Cox
2004-06-07 15:27     ` matt

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=1fbd8b59b1d9427eb540ceb9c50caf83@juice.thebigchoice.com \
    --to=matt@juice.thebigchoice.com \
    --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).