From: sgunderson Date: Fri, 9 Mar 2001 19:17:41 +0000 (+0000) Subject: Removed the obsolete instructions saying that one should change FTP_PORT to 21 to... X-Git-Url: https://git.sesse.net/?p=betaftpd;a=commitdiff_plain;h=6a699e1d67cc77b7bea68429b0deaca5a3412f36 Removed the obsolete instructions saying that one should change FTP_PORT to 21 to run BetaFTPD as the standard ftpd. --- diff --git a/ftpd.h b/ftpd.h index b54c43b..e85ced4 100644 --- a/ftpd.h +++ b/ftpd.h @@ -19,9 +19,7 @@ #define _FTPD_H 1 /* - * This is the port you want BetaFTPD to listen on. The standard - * FTP port is 21 -- if you really want to use BetaFTPD as your - * primary FTP server, change FTP_PORT. + * This is the port you want BetaFTPD to listen on. */ #if WANT_NONROOT #define FTP_PORT 12121