opnsense-ports/security/cfs/files/pkg-message.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
622 B
Text

===============================================================================
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
===============================================================================