slackbuilds/network/pure-ftpd
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
config network/pure-ftpd: Updated for version 1.0.45. 2017-02-10 07:16:24 +07:00
README network/pure-ftpd: Updated for version 1.0.46. 2017-05-13 06:58:48 +07:00
doinst.sh
pure-ftpd.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
pure-ftpd.info network/pure-ftpd: Updated for version 1.0.49. 2020-01-28 19:14:20 +07:00
slack-desc

README

Pure-FTPd is a free (BSD), secure, production-quality and
standard-conformant FTP server. It doesn't provide useless bells
and whistles, but focuses on efficiency and ease of use. It provides
simple answers to common needs, plus unique useful features for personal
users as well as hosting providers.

You can enable optional (not-autodetected) features by passing variables
to the script (VAR=yes/no ./pure-ftpd.SlackBuild):
MYSQL=yes|no (default: no), requires mysql (available in Slackware)
PGSQL=yes|no (default: no), requires postgresql
TLS=yes|no (default: no), requires openssl (available in Slackware)
LANGUAGE=english|german|french ... (default: english,
see http://download.pureftpd.org/pub/pure-ftpd/doc/README for a complete
list)

If you want to start the pure-ftpd daemon at boot, add this
to /etc/rc.d/rc.local

  # Start pure-ftpd:
  if [ -x /etc/rc.d/rc.pure-ftpd ]; then
    /etc/rc.d/rc.pure-ftpd start
  fi

to stop it at shutdown add the same lines, changing "start" with "stop",
to /etc/rc.d/rc.local_shutdown