Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38536 Details for
Bug 60401
vsftpd 2.0.1 released
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proposed vsftpd-2.0.1.ebuild (second try)
vsftpd-2.0.1.ebuild (text/plain), 2.34 KB, created by
Alexandre Rostovtsev (RETIRED)
on 2004-08-30 14:17:59 UTC
(
hide
)
Description:
proposed vsftpd-2.0.1.ebuild (second try)
Filename:
MIME Type:
Creator:
Alexandre Rostovtsev (RETIRED)
Created:
2004-08-30 14:17:59 UTC
Size:
2.34 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.2.2.ebuild,v 1.7 2004/07/14 02:59:58 tgall Exp $ > >inherit flag-o-matic eutils > >IUSE="pam tcpd ipv6 ssl" > >DESCRIPTION="Very Secure FTP Daemon written with speed, size and security in mind" >SRC_URI="ftp://vsftpd.beasts.org/users/cevans/${P}.tar.gz" >HOMEPAGE="http://vsftpd.beasts.org/" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86" > >DEPEND="pam? ( >=sys-libs/pam-0.75 ) > tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) > ssl? ( dev-libs/openssl )" >RDEPEND="${DEPEND} xinetd? ( sys-apps/xinetd )" > >src_unpack() { > filter-flags "-fPIC" > unpack ${A} || die > cd ${S} || die > epatch ${FILESDIR}/${P}-gentoo.diff.bz2 || die > cp builddefs.h builddefs.h.tmp > use pam || `sed "s/\#define VSF_BUILD_PAM/\#undef VSF_BUILD_PAM/" builddefs.h > builddefs.h.tmp` > use tcpd && `sed "s/\#undef VSF_BUILD_TCPWRAPPERS/\#define VSF_BUILD_TCPWRAPPERS/" builddefs.h > builddefs.h.tmp` > use ssl && `sed "s/\#undef VSF_BUILD_SSL/\#define VSF_BUILD_SSL/" builddefs.h > builddefs.h.tmp` > cp builddefs.h.tmp builddefs.h >} > >src_compile() { > emake CFLAGS="${CFLAGS}" || die >} > >src_install() { > into /usr > doman vsftpd.conf.5 vsftpd.8 > dosbin vsftpd > > dodoc AUDIT BENCHMARKS BUGS Changelog FAQ INSTALL \ > LICENSE README README.security README.ssl REWARD SIZE \ > SPEED TODO TUNING > newdoc ${FILESDIR}/vsftpd.conf vsftpd.conf.sample > newdoc vsftpd.conf vsftpd.conf.dist.sample > docinto security ; dodoc SECURITY/* > cp -a EXAMPLE ${D}/usr/share/doc/${PF}/examples > chown -R root:root ${D}/usr/share/doc/${PF} # :\ > > insinto /etc/vsftpd ; doins ${FILESDIR}/ftpusers > insinto /etc/vsftpd ; newins ${FILESDIR}/vsftpd.conf vsftpd.conf.sample > > # for running vsftpd from xinetd > insinto /etc/xinetd.d > if ! use ipv6; then > newins ${FILESDIR}/vsftpd.xinetd.ipv6 vsftpd > else > newins ${FILESDIR}/vsftpd.xinetd vsftpd > fi > insinto /etc/pam.d ; newins ${FILESDIR}/vsftpd.pam vsftpd > > # for running vsftpd standalone > insinto /etc/conf.d > newins ${FILESDIR}/vsftpd.conf.d vsftpd > exeinto /etc/init.d > newexe ${FILESDIR}/vsftpd.init.d vsftpd >} > >pkg_postinst() { > # empty dirs... > install -m0755 -o root -g root -d ${ROOT}/home/ftp > install -m0755 -o root -g root -d ${ROOT}/usr/share/vsftpd/empty > install -m0755 -o root -g root -d ${ROOT}/var/log/vsftpd > > /etc/init.d/depscan.sh >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 60401
:
38531
|
38533
| 38536 |
39688