blob: 11b2ce5ab5e14bb91a9724a0f7c789a90cff00f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[
{ type: install
message: <<EOM
Quick start instructions:
- add the following entry to /etc/exports:
%%CFSD_BOOTSTRAP%% 127.0.0.1
- create the default CFS mountpoint (if you want to use a different
mountpoint, set the cfsd_mountpoint variable in /etc/rc.conf):
# mkdir /crypt
- enable rpcbind, mountd and cfsd in /etc/rc.conf:
cfsd_enable="YES"
mountd_enable="YES"
- start mountd and cfsd, or restart:
# service mountd start
# service cfsd start
EOM
}
]
|