2d4122dd45
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead. PKGREVISION not bumped because if someone had changed RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration of rc.d script in PLIST, then it could not have been packaged in first place. Note that this commit does not imply that the MESSAGE is correct. In some cases, the MESSAGE is clearly wrong such as suggesting running the rc.d script from the example directory (which will work although).
29 lines
749 B
Text
29 lines
749 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.5 2004/04/23 22:43:20 reed Exp $
|
|
|
|
Quick Client Setup:
|
|
|
|
1. Add to /etc/rc.conf:
|
|
|
|
sfscd=YES
|
|
|
|
2. Run: ${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 ${RCD_SCRIPTS_EXAMPLEDIR}/sfssd start
|
|
|
|
===========================================================================
|