0b1292b249
Based on the sfs-0.6 package provided by Michael Santos in PR 18528. SFS is a secure, global network file system with completely decentralized control. SFS lets you access your files from anywhere and share them with anyone, anywhere. Anyone can set up an SFS server, and any user can access any server from any client. SFS lets you share files across administrative realms without involving administrators or certification authorities.
21 lines
483 B
Text
21 lines
483 B
Text
# $NetBSD: sfsrwsd_config.sample,v 1.1.1.1 2003/03/17 21:01:47 agc Exp $
|
|
#
|
|
# Note:
|
|
#
|
|
# * /etc/exports must be modified as well
|
|
#
|
|
# For the directories below, /etc/exports would be:
|
|
# @SFSDIR@ localhost
|
|
# /disk/u1 localhost
|
|
# /disk/u2 localhost
|
|
#
|
|
# * Create the root directories in @SFSDIR@
|
|
# mkdir @SFSDIR@/root
|
|
# mkdir @SFSDIR@/root/usr1
|
|
# mkdir @SFSDIR@/root/usr2
|
|
#
|
|
# Local SFS name
|
|
# ========================
|
|
Export @SFSDIR@/root /
|
|
Export /disk/u1 /usr1
|
|
Export /disk/u2 /usr2
|