diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-01-20 20:46:41 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-01-20 20:46:41 +0000 |
commit | cd00f7817d90c408d4f7b9650f7719b4ccce231d (patch) | |
tree | 7d92594f289aa99bcf3a9bf5c8325cb2baafb23f /net-ftp/pure-ftpd | |
parent | hopefully fix the build problem now (diff) | |
download | historical-cd00f7817d90c408d4f7b9650f7719b4ccce231d.tar.gz historical-cd00f7817d90c408d4f7b9650f7719b4ccce231d.tar.bz2 historical-cd00f7817d90c408d4f7b9650f7719b4ccce231d.zip |
New, working version of pure-ftpd
Diffstat (limited to 'net-ftp/pure-ftpd')
-rw-r--r-- | net-ftp/pure-ftpd/files/digest-pure-ftpd-1.0.8_beta-r1 (renamed from net-ftp/pure-ftpd/files/digest-pure-ftpd-1.0.8_beta) | 0 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/files/pure-ftpd.conf_d | 7 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/files/pure-ftpd.rc6 | 2 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.8_beta-r1.ebuild (renamed from net-ftp/pure-ftpd/pure-ftpd-1.0.8_beta.ebuild) | 2 |
4 files changed, 5 insertions, 6 deletions
diff --git a/net-ftp/pure-ftpd/files/digest-pure-ftpd-1.0.8_beta b/net-ftp/pure-ftpd/files/digest-pure-ftpd-1.0.8_beta-r1 index 381bb4eaf47c..381bb4eaf47c 100644 --- a/net-ftp/pure-ftpd/files/digest-pure-ftpd-1.0.8_beta +++ b/net-ftp/pure-ftpd/files/digest-pure-ftpd-1.0.8_beta-r1 diff --git a/net-ftp/pure-ftpd/files/pure-ftpd.conf_d b/net-ftp/pure-ftpd/files/pure-ftpd.conf_d index 996191a71ce7..51630ecf8311 100644 --- a/net-ftp/pure-ftpd/files/pure-ftpd.conf_d +++ b/net-ftp/pure-ftpd/files/pure-ftpd.conf_d @@ -5,7 +5,7 @@ #IS_CONFIGURED="yes" ## FTP Server,Port (separated by comma) ## -PORT="-S 192.168.0.1,21" +SERVER="-S 192.168.0.1,21" ## Number of simultaneous connections in total, and per ip ## MAX_CONN="-c 30" @@ -15,16 +15,15 @@ MAX_CONN_IP="-C 10" DAEMON="-B" ## Don't allow uploads if the partition is more full then this var ## -DISK_FULL="-k 95%" +DISK_FULL="-k 90%" ## If your FTP server is behind a NAT box, uncomment this ## #USE_NAT="-N" -## Authentication ## +## Authentication (others are 'pam', ...)## AUTH="-l unix" - ## Misc. Others ## MISC_OTHER="-A -x" diff --git a/net-ftp/pure-ftpd/files/pure-ftpd.rc6 b/net-ftp/pure-ftpd/files/pure-ftpd.rc6 index 3876705c9a47..c1185b321eb2 100644 --- a/net-ftp/pure-ftpd/files/pure-ftpd.rc6 +++ b/net-ftp/pure-ftpd/files/pure-ftpd.rc6 @@ -17,7 +17,7 @@ checkconfig() { start() { checkconfig || return 1 ebegin "Starting Pure-FTPd" - start-stop-daemon --start --quiet --exec /usr/sbin/pure-ftpd $SERVER $MAX_CONN $MAX_CONN_IP $DAEMON $DISK_FULL $USE_NAT $AUTH $MISC_OTHER + /usr/sbin/pure-ftpd $SERVER $MAX_CONN $MAX_CONN_IP $DAEMON $DISK_FULL $USE_NAT $AUTH $MISC_OTHER eend $? } diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.8_beta.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.8_beta-r1.ebuild index cb380d37f12f..d129545a8126 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.8_beta.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.8_beta-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.8_beta.ebuild,v 1.5 2002/01/20 14:00:40 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.8_beta-r1.ebuild,v 1.1 2002/01/20 20:46:41 verwilst Exp $ S="${WORKDIR}/pure-ftpd-1.0.8" SRC_URI="http://prdownloads.sourceforge.net/pureftpd/pure-ftpd-1.0.8-beta.tar.gz" |