From 557fcab6c49255632330d21becedd7b3ab078146 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 30 Jun 2015 19:13:14 +0200 Subject: [PATCH] Nobody's using tcpserver any more --- README | 6 ++---- README.LDAP | 4 ++-- README.MySQL | 7 +++---- README.PGSQL | 5 ++--- 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README b/README index fba3c2c7..f54d763a 100644 --- a/README +++ b/README @@ -568,10 +568,8 @@ killall -USR2 xinetd **** Usage with TCPserver **** -TCPServer is part of the ucspi-tcp package by Dan Bernstein. It's less -bloated than inetd, less D.O.S.-prone and has interesting filtering -abilities. The simplest way of running Pure-FTPd with TCPserver is the -following command: +TCPServer is part of the ucspi-tcp package by Dan Bernstein. +The simplest way of running Pure-FTPd with TCPserver is the following command: tcpserver -DHRl0 0 21 /usr/local/bin/pure-ftpd & diff --git a/README.LDAP b/README.LDAP index bb9952a5..450a5464 100644 --- a/README.LDAP +++ b/README.LDAP @@ -129,10 +129,10 @@ Save the configuration file anywhere. Let's say /etc/pureftpd-ldap.conf . Then, you have to run the pure-ftpd command with '-l ldap:' (it's an 'ell' not a 'one') followed by the path of that configuration file. Here's an -example with tcpserver: +example: -tcpserver -DHRl0 0 21 /usr/local/bin/pure-ftpd -l ldap:/etc/pureftpd-ldap.conf & +pure-ftpd -l ldap:/etc/pureftpd-ldap.conf -B You can mix different authentication methods. For instance, if you want to use system (/etc/passwd) accounts when an account is not found in a LDAP diff --git a/README.MySQL b/README.MySQL index 2d8018a4..422e6424 100644 --- a/README.MySQL +++ b/README.MySQL @@ -67,12 +67,11 @@ explanations of every keyword. Save the configuration file anywhere. Let's say /etc/pureftpd-mysql.conf . Then, you have to run the pure-ftpd command with '-l mysql:' (it's an 'ell' -not a 'one') followed by the path of that configuration file. Here's an -example with tcpserver: +not a 'one') followed by the path of that configuration file. +Example: -tcpserver -DHRl0 0 21 /usr/local/bin/pure-ftpd -l mysql:/etc/pureftpd-mysql.conf & - +pure-ftpd -l mysql:/etc/pureftpd-mysql.conf -B You can mix different authentication methods. For instance, if you want to use system (/etc/passwd) accounts when an account is not found in a MySQL diff --git a/README.PGSQL b/README.PGSQL index 6fdff335..e4b67743 100644 --- a/README.PGSQL +++ b/README.PGSQL @@ -64,10 +64,9 @@ Save the configuration file anywhere. Let's say /etc/pureftpd-pgsql.conf . Then, you have to run the pure-ftpd command with '-l pgsql:' (it's an 'ell' not a 'one') followed by the path of that configuration file. Here's an -example with tcpserver: +example: - -tcpserver -DHRl0 0 21 /usr/local/bin/pure-ftpd -l pgsql:/etc/pureftpd-pgsql.conf & +pure-ftpd -l pgsql:/etc/pureftpd-pgsql.conf -B You can mix different authentication methods. For instance, if you want to