diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2006-06-24 13:41:04 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2006-06-24 13:41:04 +0000 |
commit | 5d07364e307e9bf3f30ca849bff0b035f532d6a5 (patch) | |
tree | d8a22c9947f0d341bbe5f35e982c21b12b896ce6 /net-ftp/proftpd | |
parent | sys-auth/pam_mysql add openssl use flag (diff) | |
download | gentoo-2-5d07364e307e9bf3f30ca849bff0b035f532d6a5.tar.gz gentoo-2-5d07364e307e9bf3f30ca849bff0b035f532d6a5.tar.bz2 gentoo-2-5d07364e307e9bf3f30ca849bff0b035f532d6a5.zip |
remove sendfile USE
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'net-ftp/proftpd')
-rw-r--r-- | net-ftp/proftpd/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.3.0-r1.ebuild | 13 |
2 files changed, 7 insertions, 12 deletions
diff --git a/net-ftp/proftpd/ChangeLog b/net-ftp/proftpd/ChangeLog index ee01dbc180d7..c8906af9bda1 100644 --- a/net-ftp/proftpd/ChangeLog +++ b/net-ftp/proftpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/proftpd # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.108 2006/06/24 12:32:00 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.109 2006/06/24 13:41:04 humpback Exp $ + + 24 Jun 2006; Gustavo Felisberto <humpback@gentoo.org>; + proftpd-1.3.0-r1.ebuild: + Removed sendfile USE flag is this is on by default 24 Jun 2006; Gustavo Felisberto <humpback@gentoo.org>; proftpd-1.3.0.ebuild: diff --git a/net-ftp/proftpd/proftpd-1.3.0-r1.ebuild b/net-ftp/proftpd/proftpd-1.3.0-r1.ebuild index 0014c4f0e4b9..4ea6caeed335 100644 --- a/net-ftp/proftpd/proftpd-1.3.0-r1.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.0-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.0-r1.ebuild,v 1.1 2006/06/24 12:37:59 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.0-r1.ebuild,v 1.2 2006/06/24 13:41:04 humpback Exp $ inherit eutils flag-o-matic toolchain-funcs IUSE="acl authfile clamav hardened ifsession ipv6 ldap mysql ncurses noauthunix opensslcrypt pam postgres - radius rewrite sendfile selinux shaper sitemisc softquota ssl tcpd vroot xinetd" + radius rewrite selinux shaper sitemisc softquota ssl tcpd vroot xinetd" SHAPER_VER="0.5.6" VROOT_VER="0.7.1" @@ -142,7 +142,6 @@ src_compile() { $(use_enable authfile auth-file) \ $(use_enable ncurses) \ $(use_enable ipv6) \ - $(use_with sendfile) \ $(use_enable acl facl ) \ ${myconf} || die "bad ./configure" @@ -180,14 +179,6 @@ src_install() { } pkg_postinst() { - if use sendfile; then - einfo - einfo 'Please note that ProFTPD now uses the sendfile() system calls when possible to' - einfo 'improve performance. The downside of this is that the scoreboard file cannot be' - einfo 'updated during a download, so tools like ftpwho and ftptop will not show the' - einfo 'transfer rates for them. Upload transfer rates will still be displayed.' - fi - einfo einfo 'You can find the config files in /etc/proftpd' einfo |