Plan 9 from Bell Labs’s /usr/web/sources/dist/replica/inst

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/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)

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.