Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/planix-v0/sys/lib/dist/pc/inst/replcfg – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | 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/newfs/dist/replica
12
clientroot=/n/newfs
13
clientproto=$c/plan9.proto
14
clientdb=$c/client/plan9.db
15
clientexclude=(dist/replica/client)
16
clientlog=$c/client/plan9.log
17
 
18
applyopt=(-t -u -T$c/client/plan9.time)