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