Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98882 Details for
Bug 150208
net-ftp/bftpd-1.5 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bftpd-1.5.ebuild
bftpd-1.5.ebuild (text/plain), 721 bytes, created by
Michael Lange
on 2006-10-05 14:02:37 UTC
(
hide
)
Description:
bftpd-1.5.ebuild
Filename:
MIME Type:
Creator:
Michael Lange
Created:
2006-10-05 14:02:37 UTC
Size:
721 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># net-ftp/bftpd/bftpd-1.5.ebuild > >inherit eutils > >KEYWORDS="~x86 ~amd64" > >DESCRIPTION="easy configurable FTP server." >HOMEPAGE="http://www.bftpd.sourceforge.net/" >SRC_URI="http://bftpd.sourceforge.net/downloads/src/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_compile() { > econf || die > emake || die >} > >src_install() { > dosbin bftpd > doman bftpd.8 > newdoc bftpd.conf bftpd.conf.example > dodoc CHANGELOG README TODO >} > >pkg_postinst() { > echo > einfo "bftpd runs either with inetd or standalone." > einfo "An example for /etc/bftpd.conf is in /usr/share/doc/bftpd-1.5" > echo >}
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 150208
:
98881
|
98882
|
99121
|
99122
|
99123
|
146121