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).
17 lines
603 B
Text
17 lines
603 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.2 2004/04/23 22:43:20 reed Exp $
|
|
|
|
To use pure-ftpd, you will need to perform the following steps:
|
|
|
|
1. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy
|
|
${RCD_SCRIPTS_EXAMPLEDIR}/pure_ftpd to /etc/rc.d/pure_ftpd and add
|
|
|
|
pure_ftpd=YES
|
|
|
|
to /etc/rc.conf. Other FTP servers should be disabled.
|
|
|
|
2. Stop any other running FTP server. Now start pure-ftpd by issuing the
|
|
command
|
|
|
|
/etc/rc.d/pure_ftpd start
|
|
===========================================================================
|