network 463 B

123456789101112131415161718192021
  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 {
  7. srv tcp!sources.cs.bell-labs.com sources /n/sources
  8. bind /n/sources/plan9 /n/dist
  9. }
  10. fn serverupdate { status='' }
  11. fn clientmount { 9fs kfs }
  12. c=/n/kfs/dist/replica
  13. clientroot=/n/kfs
  14. clientdb=$c/client/plan9.db
  15. clientexclude=(dist/replica/client)
  16. clientlog=$c/client/plan9.log
  17. clientproto=$c/plan9.proto
  18. applyopt=(-u -T$c/client/plan9.time)