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
s=/n/dist/dist/replica
4
serverroot=/n/dist
5
serverlog=$s/plan9.log
6
serverproto=$s/plan9.proto
7
fn servermount { status='' } 
8
fn serverupdate { status='' }
9
 
10
fn clientmount { status='' }
11
c=/n/kfs/dist/replica
12
clientroot=/n/kfs
13
clientproto=$c/plan9.proto
14
clientdb=$c/client/plan9.db
15
clientexclude=(dist/replica/client)
16
clientlog=$c/client/plan9.log