summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-01-17 13:25:19 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-01-17 13:25:19 +0000
commit3c8f2670542621615b68656062d233c046ea0f5a (patch)
tree3d425ba359569dc7703401d53bf9f2c3348b9c4e /net-ftp/proftpd
parentFixing the wrog checksum for gpm-1.20.1-log-fillup.patch.tar.bz2. It's a smal... (diff)
downloadhistorical-3c8f2670542621615b68656062d233c046ea0f5a.tar.gz
historical-3c8f2670542621615b68656062d233c046ea0f5a.tar.bz2
historical-3c8f2670542621615b68656062d233c046ea0f5a.zip
Closes #13734
Diffstat (limited to 'net-ftp/proftpd')
-rw-r--r--net-ftp/proftpd/ChangeLog5
-rw-r--r--net-ftp/proftpd/files/proftpd.conf1
2 files changed, 5 insertions, 1 deletions
diff --git a/net-ftp/proftpd/ChangeLog b/net-ftp/proftpd/ChangeLog
index 6a527391ec6c..35a2a756fe21 100644
--- a/net-ftp/proftpd/ChangeLog
+++ b/net-ftp/proftpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-ftp/proftpd
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.19 2002/12/19 18:14:22 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.20 2003/01/17 13:25:19 aliz Exp $
+
+ 17 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> files/proftpd.conf :
+ Closes #13734.
15 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> proftpd-1.2.7.ebuild :
Marked as stable.
diff --git a/net-ftp/proftpd/files/proftpd.conf b/net-ftp/proftpd/files/proftpd.conf
index 13936d5944c8..44f78406e225 100644
--- a/net-ftp/proftpd/files/proftpd.conf
+++ b/net-ftp/proftpd/files/proftpd.conf
@@ -6,6 +6,7 @@
ServerName "ProFTPD Default Installation"
ServerType standalone
DefaultServer on
+RequireValidShell off
AuthPAM off
AuthPAMConfig ftp
# Port 21 is the standard FTP port.