2 |
- |
1 |
# we start with the namespace of the console...
|
|
|
2 |
|
|
|
3 |
# man2html expects man pages under /sys/man
|
|
|
4 |
mount #s/boot /n/emelieother other
|
|
|
5 |
bind /n/emelieother/plan9/sys/man /usr/web/sys/man
|
|
|
6 |
#bind /n/emelieother/plan9/sys/doc /usr/web/sys/doc
|
|
|
7 |
#bind /sys/man /usr/web/sys/man
|
|
|
8 |
bind /sys/doc /usr/web/sys/doc
|
|
|
9 |
|
|
|
10 |
# just so people will find something under plan9
|
|
|
11 |
bind /usr/web/plan9dist /usr/web/plan9
|
|
|
12 |
|
|
|
13 |
# users
|
|
|
14 |
bind /usr/mike/www /usr/web/incoming/mike
|
|
|
15 |
|
|
|
16 |
# netlib
|
|
|
17 |
bind /netlib/pub /usr/web/netlib
|
|
|
18 |
mount -b #s/netlib.depend.pub /usr/web/netlib.depend
|
|
|
19 |
# don't need to bind to /usr/web/math etc. because of /sys/lib/http-rewrite
|
|
|
20 |
|
|
|
21 |
# who what why when where
|
|
|
22 |
mount /srv/alice /n/alice
|
|
|
23 |
bind -b /n/alice/cm /usr/web/cm
|
|
|
24 |
bind /usr/web/cm/who /usr/web/who
|
|
|
25 |
bind -b /usr/web/cm/physics/who /usr/web/who
|
|
|
26 |
bind -b /usr/web/cm/blrsv/who /usr/web/who
|
|
|
27 |
bind -b /usr/web/cm/ss/who /usr/web/who
|
|
|
28 |
bind -b /usr/web/cm/ms/who /usr/web/who
|
|
|
29 |
bind -b /usr/web/cm/china/who /usr/web/who
|
|
|
30 |
bind -b /usr/web/cm/cs/who /usr/web/who
|
|
|
31 |
bind /usr/web/cm/ms/what/wavelet /usr/web/wavelet
|
|
|
32 |
|
|
|
33 |
# formerly ftp.research.bell-labs.com
|
|
|
34 |
bind -b /n/alice/usr/ftp /usr/web/dist
|
|
|
35 |
|
|
|
36 |
# wiki (questions to rsc)
|
|
|
37 |
mount -b #s/wiki.plan9 /usr/web/wiki/plan9
|
|
|
38 |
|
|
|
39 |
# httpd will bind /usr/web onto /
|