#!/bin/rc # Generic plan9 installation template. # Assumes that distribution CD or sources # is mounted at /n/dist, and should be installed # to /n/inst. s=/n/dist/dist/replica serverroot=/n/dist serverlog=$s/sources.log serverproto=$s/sources.proto fn servermount { status='' } fn serverupdate { status='' } fn clientmount { status='' } c=/n/inst/dist/replica clientroot=/n/inst clientproto=$c/sources.proto clientdb=$c/client/sources.db clientexclude=(dist/replica/client) clientlog=$c/client/sources.log applyopt=(-t -u -T$c/client/sources.time)