Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#!/bin/rc
2
 
3
# Generic plan9 installation template.
4
# Assumes that distribution CD or sources
5
# is mounted at /n/dist, and should be installed
6
# to /n/inst.
7
 
8
s=/n/dist/dist/replica
9
serverroot=/n/dist
10
serverlog=$s/plan9.log
11
serverproto=$s/plan9.proto
12
fn servermount { status='' } 
13
fn serverupdate { status='' }
14
 
15
fn clientmount { status='' }
16
c=/n/inst/dist/replica
17
clientroot=/n/inst
18
clientproto=$c/plan9.proto
19
clientdb=$c/client/plan9.db
20
clientexclude=(dist/replica/client)
21
clientlog=$c/client/plan9.log
22
 
23
applyopt=(-t -u -T$c/client/plan9.time)