import E script from bell labs
This commit is contained in:
parent
dbe0a995f0
commit
6b402b83cf
42 changed files with 359 additions and 218 deletions
|
@ -1,39 +1,10 @@
|
|||
# we start with the namespace of the console...
|
||||
bind /cfg /usr/web/cfg
|
||||
bind /386 /usr/web/386
|
||||
bind /amd64 /usr/web/amd64
|
||||
|
||||
# man2html expects man pages under /sys/man
|
||||
mount #s/boot /n/emelieother other
|
||||
bind /n/emelieother/plan9/sys/man /usr/web/sys/man
|
||||
#bind /n/emelieother/plan9/sys/doc /usr/web/sys/doc
|
||||
#bind /sys/man /usr/web/sys/man
|
||||
bind /sys/doc /usr/web/sys/doc
|
||||
bind /sys/src/9 /usr/web/sys/src/9
|
||||
|
||||
# just so people will find something under plan9
|
||||
bind /usr/web/plan9dist /usr/web/plan9
|
||||
|
||||
# users
|
||||
bind /usr/mike/www /usr/web/incoming/mike
|
||||
|
||||
# netlib
|
||||
bind /netlib/pub /usr/web/netlib
|
||||
mount -b #s/netlib.depend.pub /usr/web/netlib.depend
|
||||
# don't need to bind to /usr/web/math etc. because of /sys/lib/http-rewrite
|
||||
|
||||
# who what why when where
|
||||
mount /srv/alice /n/alice
|
||||
bind -b /n/alice/cm /usr/web/cm
|
||||
bind /usr/web/cm/who /usr/web/who
|
||||
bind -b /usr/web/cm/physics/who /usr/web/who
|
||||
bind -b /usr/web/cm/blrsv/who /usr/web/who
|
||||
bind -b /usr/web/cm/ss/who /usr/web/who
|
||||
bind -b /usr/web/cm/ms/who /usr/web/who
|
||||
bind -b /usr/web/cm/china/who /usr/web/who
|
||||
bind -b /usr/web/cm/cs/who /usr/web/who
|
||||
bind /usr/web/cm/ms/what/wavelet /usr/web/wavelet
|
||||
|
||||
# formerly ftp.research.bell-labs.com
|
||||
bind -b /n/alice/usr/ftp /usr/web/dist
|
||||
|
||||
# wiki (questions to rsc)
|
||||
mount -b #s/wiki.plan9 /usr/web/wiki/plan9
|
||||
mount #s/etcd /n/etcd
|
||||
bind /n/etcd/www /usr/web/etc
|
||||
|
||||
# httpd will bind /usr/web onto /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue