kfs 237 B

1234567891011
  1. #!/bin/rc
  2. fn clientmount { 9fs kfs }
  3. c=/n/kfs/dist/replica
  4. clientroot=/n/kfs
  5. clientproto=$c/plan9.proto
  6. clientdb=$c/client/plan9.db
  7. clientexclude=(dist/replica/client)
  8. clientlog=$c/client/plan9.log
  9. applyopt=(-u -T$c/client/plan9.time)