cd 390 B

123456789101112131415161718
  1. #!/bin/rc
  2. s=/n/dist/dist/replica
  3. serverroot=/n/dist
  4. serverlog=$s/plan9.log
  5. serverproto=$s/plan9.proto
  6. fn servermount { status='' }
  7. fn serverupdate { status='' }
  8. fn clientmount { 9fs kfs }
  9. c=/n/kfs/dist/replica
  10. clientroot=/n/kfs
  11. clientproto=$c/plan9.proto
  12. clientdb=$c/client/plan9.db
  13. clientexclude=(dist/replica/client)
  14. clientlog=$c/client/plan9.log
  15. applyopt=(-u -T$c/client/plan9.time)