freebsd-ports/security/cfs/files/pkg-message.in
Chris Rees 2c783ac500 Use explicit IP for localhost rather than DNS name; this causes ipv6 attempts
PR:		ports/155788
Submitted by:	System Administrator <root@naboo.vindaloo.com>

Pass flag to mount to disable lockd

PR:		ports/137378
Submitted by:	kib
2013-05-16 18:22:08 +00: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
===============================================================================