freebsd-ports/security/cfs/files/pkg-message.in
Jean-Yves Lefort 19c9380f0d - convert cfsd.sh to rcNG
- add a CFS bootstrap directory to the port (${PREFIX}/cfsd-bootstrap)
- mount that CFS bootstrap directory in cfsd.sh (default mountpoint is /crypt,
  configurable in /etc/rc.conf)
- explain how to quickly setup cfsd in pkg-message
- do display pkg-message
- while here, use USE_RC_SUBR

PR:		ports/18800
Submitted by:	Louis Mamakos <louie@TransSys.COM>, myself
Approved by:	green (maintainer)
2005-06-08 11:11:08 +00:00

27 lines
671 B
Text

===============================================================================
Quick start instructions:
- add the following entry to /etc/exports:
%%CFSD_BOOTSTRAP%% localhost
- 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:
FreeBSD 4.x:
portmap_enable="YES"
single_mountd_enable="YES"
cfsd_enable="YES"
FreeBSD 5.x:
mountd_enable="YES"
cfsd_enable="YES"
- reboot the system
===============================================================================