From 6a699e1d67cc77b7bea68429b0deaca5a3412f36 Mon Sep 17 00:00:00 2001 From: sgunderson Date: Fri, 9 Mar 2001 19:17:41 +0000 Subject: [PATCH] Removed the obsolete instructions saying that one should change FTP_PORT to 21 to run BetaFTPD as the standard ftpd. --- ftpd.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.2