head	1.6;
access;
symbols
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.1.1.1
	proftpd_1_0_0:1.1.1.1
	STEPHANE:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2005.06.22.18.48.39;	author flz;	state dead;
branches;
next	1.5;

1.5
date	2003.03.24.13.33.28;	author nectar;	state Exp;
branches;
next	1.4;

1.4
date	2001.03.07.00.32.00;	author mharo;	state Exp;
branches;
next	1.3;

1.3
date	99.12.05.19.29.53;	author mharo;	state Exp;
branches;
next	1.2;

1.2
date	98.07.02.11.06.28;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	98.02.13.17.39.02;	author vanilla;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.02.13.17.39.02;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- Use USE_RC_SUBR's true force.
- Use default do-install target.
- Install ftpdctl.
- Fix scoreboard issue.
- Move proftpd binary from ${PREFIX}/libexec/ to ${PREFIX}/sbin.

Approved by:	mharo
@
text
@--- ./sample-configurations/basic.conf.orig	Tue Feb 18 03:16:20 2003
+++ ./sample-configurations/basic.conf	Thu Mar 13 11:54:35 2003
@@@@ -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
@@@@ -37,23 +41,29 @@@@
 
 # A basic anonymous configuration, no upload directories.  If you do not
 # want anonymous users, simply delete this entire <Anonymous> section.
-<Anonymous ~ftp>
-  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
-  <Limit WRITE>
-    DenyAll
-  </Limit>
-</Anonymous>
+#########################################################################
+#                                                                       #
+# Uncomment lines with only one # to allow basic anonymous access       #
+#                                                                       #
+#########################################################################
+
+#<Anonymous ~ftp>
+#   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
+  # <Limit WRITE>
+  #   DenyAll
+  # </Limit>
+#</Anonymous>
@


1.5
log
@Update 1.2.6 -> 1.2.8

PR:		ports/50031
Supersedes:	ports/44498, ports/46189, ports/47134, ports/48071,
		ports/48096, ports/48966
Submitted by:	Randy Philipp <randy@@umbc.edu>
@
text
@@


1.4
log
@Update to 1.2.1

* Update master sites
* Use bzip2 distfiles instead of gzip
* Add WITHOUT_PAM support.
* Add the quota and wrap (TCP Wrappers support) modules.

Submitted by:	Anders Nordby <anders@@fix.no>
@
text
@d1 2
a2 2
--- sample-configurations/basic.conf.old	Sun Mar  4 15:08:09 2001
+++ sample-configurations/basic.conf	Sun Mar  4 15:13:29 2001
d11 1
a11 3
@@@@ -30,24 +34,36 @@@@
   AllowOverwrite		on
 </Directory>
d13 2
a14 1
-# A basic anonymous configuration, no upload directories.
d18 1
d34 1
d40 5
a44 4
+### A basic anonymous configuration, no upload directories.
+# <Anonymous ~ftp>
+#  User				ftp
+#  Group			ftp
a50 7
+  ### It is wise when making an 'ftp' user that you either block its
+  ### ability to login either via /etc/login.access or my giving it
+  ### an invalid shell.
+  ### Uncomment this if the 'ftp' user you made has an invalid shell
+
+  # RequireValidShell          off
+
d58 1
a58 1
+  #  DenyAll
d60 1
a60 3
 
-</Anonymous>
+# </Anonymous>
@


1.3
log
@update to 1.2.0p9
@
text
@d1 3
a3 3
--- sample-configurations/basic.conf.orig	Sun Mar  1 21:51:51 1998
+++ sample-configurations/basic.conf	Wed Jul  1 19:04:28 1998
@@@@ -1,3 +1,8 @@@@
a7 1
+
d11 1
a11 1
@@@@ -30,24 +35,38 @@@@
a33 2
 
-</Anonymous>
d35 3
a37 3
+#									#
+# Uncomment lines with only one # to allow basic anonymous access	#
+#									#
a38 1
+
d42 1
a42 1
+#  Group				ftp
d54 1
a54 1
+  # RequireValidShell		off
d65 2
a66 1
+
@


1.2
log
@Enabling anonymous ftp in proftpd can be confusing with the average setup
PR:		ports/6982
Submitted by:	Bill Fumerola <billf@@chc-chimes.com>
@
text
@d12 1
a12 1
@@@@ -23,24 +28,38 @@@@
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
--- sample-configurations/basic.conf.orig	Tue Nov 18 02:23:12 1997
+++ sample-configurations/basic.conf	Mon Jan 26 22:45:53 1998
d12 1
a12 1
@@@@ -23,24 +28,31 @@@@
d52 7
@


1.1.1.1
log
@proftpd is a highly configurable ftp daemon.
PR:		ports/5588
Submitted by:	Stephane Legrand <stephane@@lituus.fr>
@
text
@@
