forked from Lainports/freebsd-ports
- 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)
13 lines
292 B
Text
13 lines
292 B
Text
bin/cattach
|
|
bin/cdetach
|
|
bin/cmkdir
|
|
bin/cpasswd
|
|
bin/cfssh
|
|
sbin/ccat
|
|
sbin/cfsd
|
|
sbin/cname
|
|
share/doc/cfs/README.install
|
|
share/doc/cfs/notes.ms
|
|
@exec install -d -o root -g wheel -m 0 %%CFSD_BOOTSTRAP%% 2>/dev/null || true
|
|
@unexec rmdir %%CFSD_BOOTSTRAP%% 2>/dev/null || true
|
|
@dirrm share/doc/cfs
|