From 40a3261d1a6e2617f6afde0cd6d762a7e211af7a Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 16 Oct 2005 07:41:55 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'. --- .../files/patch-sample-configurations_basic.conf | 68 ---------------------- 1 file changed, 68 deletions(-) delete mode 100644 ftp/proftpd-devel/files/patch-sample-configurations_basic.conf (limited to 'ftp/proftpd-devel/files/patch-sample-configurations_basic.conf') diff --git a/ftp/proftpd-devel/files/patch-sample-configurations_basic.conf b/ftp/proftpd-devel/files/patch-sample-configurations_basic.conf deleted file mode 100644 index fa3f8dfc355e..000000000000 --- a/ftp/proftpd-devel/files/patch-sample-configurations_basic.conf +++ /dev/null @@ -1,68 +0,0 @@ ---- sample-configurations/basic.conf.orig Fri Jun 17 15:10:06 2005 -+++ sample-configurations/basic.conf Fri Jun 17 15:10:43 2005 -@@ -1,3 +1,7 @@ -+# -+# To have more informations about Proftpd configuration -+# look at : http://www.proftpd.org/ -+# - # This is a basic ProFTPD configuration file (rename it to - # 'proftpd.conf' for actual use. It establishes a single server - # and a single anonymous login. It assumes that you have a user/group -@@ -6,6 +10,7 @@ - ServerName "ProFTPD Default Installation" - ServerType standalone - DefaultServer on -+ScoreboardFile /var/run/proftpd.scoreboard - - # Port 21 is the standard FTP port. - Port 21 -@@ -40,23 +45,29 @@ - - # A basic anonymous configuration, no upload directories. If you do not - # want anonymous users, simply delete this entire section. -- -- User ftp -- Group ftp -- -- # We want clients to be able to login with "anonymous" as well as "ftp" -- UserAlias anonymous ftp -- -- # Limit the maximum number of anonymous logins -- MaxClients 10 -- -- # We want 'welcome.msg' displayed at login, and '.message' displayed -- # in each newly chdired directory. -- DisplayLogin welcome.msg -- DisplayFirstChdir .message -- -- # Limit WRITE everywhere in the anonymous chroot -- -- DenyAll -- -- -+######################################################################### -+# # -+# Uncomment lines with only one # to allow basic anonymous access # -+# # -+######################################################################### -+ -+# -+# User ftp -+# Group ftp -+ -+ ### We want clients to be able to login with "anonymous" as well as "ftp" -+ # UserAlias anonymous ftp -+ -+ ### Limit the maximum number of anonymous logins -+ # MaxClients 10 -+ -+ ### We want 'welcome.msg' displayed at login, and '.message' displayed -+ ### in each newly chdired directory. -+ # DisplayLogin welcome.msg -+ # DisplayFirstChdir .message -+ -+ ### Limit WRITE everywhere in the anonymous chroot -+ # -+ # DenyAll -+ # -+# -- cgit v1.2.3