diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-07-02 19:06:28 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-07-02 19:06:28 +0800 |
commit | 085df67bdf1a80236be6b6bc425981106ac8c4f3 (patch) | |
tree | 8a067fc33f77d55ae954f2098b21606ac2487b28 /ftp | |
parent | 0cf3d2333235a1bd9f74deb100d0e21c732f1c43 (diff) | |
download | freebsd-ports-graphics-085df67bdf1a80236be6b6bc425981106ac8c4f3.tar.gz freebsd-ports-graphics-085df67bdf1a80236be6b6bc425981106ac8c4f3.tar.zst freebsd-ports-graphics-085df67bdf1a80236be6b6bc425981106ac8c4f3.zip |
Enabling anonymous ftp in proftpd can be confusing with the average setup
PR: ports/6982
Submitted by: Bill Fumerola <billf@chc-chimes.com>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 3 | ||||
-rw-r--r-- | ftp/proftpd-devel/files/patch-aa | 13 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 3 | ||||
-rw-r--r-- | ftp/proftpd/files/patch-aa | 13 |
4 files changed, 22 insertions, 10 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 22bb57035ca..b9b34461947 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 26 January 1998 # Whom: Stephane Legrand # -# $Id: Makefile,v 1.2 1998/02/20 06:39:07 obrien Exp $ +# $Id: Makefile,v 1.3 1998/06/14 15:56:40 steve Exp $ # DISTNAME= proftpd-1.0.3pl1 @@ -18,7 +18,6 @@ MAN8= proftpd.8 ftpshut.8 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS}" # # - "configure --prefix=..." doesn't seem to work :( diff --git a/ftp/proftpd-devel/files/patch-aa b/ftp/proftpd-devel/files/patch-aa index 184a3e6225f..75d35a32ef2 100644 --- a/ftp/proftpd-devel/files/patch-aa +++ b/ftp/proftpd-devel/files/patch-aa @@ -1,5 +1,5 @@ ---- sample-configurations/basic.conf.orig Tue Nov 18 02:23:12 1997 -+++ sample-configurations/basic.conf Mon Jan 26 22:45:53 1998 +--- 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 @@ +# +# To have more informations about Proftpd configuration @@ -9,7 +9,7 @@ # 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 -@@ -23,24 +28,31 @@ +@@ -23,24 +28,38 @@ AllowOverwrite on </Directory> @@ -50,6 +50,13 @@ + ### Limit the maximum number of anonymous logins + # MaxClients 10 + ++ ### 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 ++ + ### We want 'welcome.msg' displayed at login, and '.message' displayed + ### in each newly chdired directory. + # DisplayLogin welcome.msg diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 22bb57035ca..b9b34461947 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -3,7 +3,7 @@ # Date created: 26 January 1998 # Whom: Stephane Legrand # -# $Id: Makefile,v 1.2 1998/02/20 06:39:07 obrien Exp $ +# $Id: Makefile,v 1.3 1998/06/14 15:56:40 steve Exp $ # DISTNAME= proftpd-1.0.3pl1 @@ -18,7 +18,6 @@ MAN8= proftpd.8 ftpshut.8 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS}" # # - "configure --prefix=..." doesn't seem to work :( diff --git a/ftp/proftpd/files/patch-aa b/ftp/proftpd/files/patch-aa index 184a3e6225f..75d35a32ef2 100644 --- a/ftp/proftpd/files/patch-aa +++ b/ftp/proftpd/files/patch-aa @@ -1,5 +1,5 @@ ---- sample-configurations/basic.conf.orig Tue Nov 18 02:23:12 1997 -+++ sample-configurations/basic.conf Mon Jan 26 22:45:53 1998 +--- 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 @@ +# +# To have more informations about Proftpd configuration @@ -9,7 +9,7 @@ # 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 -@@ -23,24 +28,31 @@ +@@ -23,24 +28,38 @@ AllowOverwrite on </Directory> @@ -50,6 +50,13 @@ + ### Limit the maximum number of anonymous logins + # MaxClients 10 + ++ ### 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 ++ + ### We want 'welcome.msg' displayed at login, and '.message' displayed + ### in each newly chdired directory. + # DisplayLogin welcome.msg |