1#!/bin/rc 2 3# Generic plan9 installation template. 4# Assumes that distribution CD or sources 5# is mounted at /n/dist, and should be installed 6# to /n/inst. 7 8s=/n/dist/dist/replica 9serverroot=/n/dist 10serverlog=$s/plan9.log 11serverproto=$s/plan9.proto 12fn servermount { status='' } 13fn serverupdate { status='' } 14 15fn clientmount { status='' } 16c=/n/inst/dist/replica 17clientroot=/n/inst 18clientproto=$c/plan9.proto 19clientdb=$c/client/plan9.db 20clientexclude=(dist/replica/client) 21clientlog=$c/client/plan9.log 22 23applyopt=(-t -u -T$c/client/plan9.time) 24