diff options
author | salo <salo@pkgsrc.org> | 2003-07-12 14:43:08 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-07-12 14:43:08 +0000 |
commit | faadf6f4449084fde82603c7755ce8a91f95d0f0 (patch) | |
tree | 55dbd45f4a09b2a3f26f31358eb55df0d0d293cc /net/pure-ftpd/MESSAGE | |
parent | 4796206a47d3dd310eefcad8f9b413b30dfa1ed0 (diff) | |
download | pkgsrc-faadf6f4449084fde82603c7755ce8a91f95d0f0.tar.gz |
Reimported net/pureftpd as net/pure-ftpd to make it more consistent.
Updated to version 1.0.15.
Addresses PR pkg/21941 by Jon Olsson.
Changes:
- buildlink2-ify
- added PostgreSQL support (PURE_FTPD_USE_PGSQL)
- fixed MySQL support (missing bsd.prefs.mk include)
1.0.15:
=======
- A turkish translation has been added. Thanks to Mehmet Cokcevik
<dns@netline.com.tr> .
- Various functional and portability fixes have been made to the
handling of upload scripts, to the pure-pw command and to the
automatic creation of home directories.
- Accounts in a puredb database can now be quickly listed ("pure-pw
list").
- The anonymous FTP directory can now be overriden on the Windows
port (using a WIN32_ANON_DIR environment variable).
- The default banner has been stripped down to look more
professionnal (ie. boring).
- Transfer speed on BSD systems has been improved.
- The license of the whole package has changed from GPL to a simplified
BSD license.
Diffstat (limited to 'net/pure-ftpd/MESSAGE')
-rw-r--r-- | net/pure-ftpd/MESSAGE | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/pure-ftpd/MESSAGE b/net/pure-ftpd/MESSAGE new file mode 100644 index 00000000000..3ea75968e92 --- /dev/null +++ b/net/pure-ftpd/MESSAGE @@ -0,0 +1,17 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2003/07/12 14:43:08 salo 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 + ${PREFIX}/etc/rc.d/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 +=========================================================================== |