62071c8b2f
under ${PREFIX} instead of being an absolute path. So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}. This should have no changes to use before. Please note that the MESSAGE files in most cases are wrong in the first place. We have automated mechanisms and could have an automated message for explaining rc.d script usage. (This is something to do!)
29 lines
769 B
Text
29 lines
769 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.6 2004/10/11 22:14:51 reed Exp $
|
|
|
|
Quick Client Setup:
|
|
|
|
1. Add to /etc/rc.conf:
|
|
|
|
sfscd=YES
|
|
|
|
2. Run: ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/sfscd start
|
|
3. cd /sfs/sfs.fs.net:eu4cvv6wcnzscer98yn4qjpjnn9iv6pi
|
|
4. cat CONGRATULATIONS
|
|
|
|
Quick Server Setup:
|
|
|
|
1. Add to /etc/rc.conf:
|
|
|
|
mountd=YES
|
|
nfs_server=YES
|
|
sfssd=YES
|
|
|
|
2. Run: /etc/rc.d/nfsd start
|
|
3. Copy ${SFSEXAMPLEDIR}/sfsrwsd_config.sample to
|
|
${PKG_SYSCONFDIR}/sfsrwsd_config and modify.
|
|
4. Modify /etc/exports to match your sfsrwsd_config.
|
|
5. Create the root directories in ${SFSDIR}/root.
|
|
6. Run ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/sfssd start
|
|
|
|
===========================================================================
|