Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 51664 Details for
Bug 82675
Fakeidentd should identify as UNIX
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
An .ebuild
fakeidentd-2.2-r1.ebuild (text/plain), 1.00 KB, created by
Steven Hay
on 2005-02-20 06:41:09 UTC
(
hide
)
Description:
An .ebuild
Filename:
MIME Type:
Creator:
Steven Hay
Created:
2005-02-20 06:41:09 UTC
Size:
1.00 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-misc/fakeidentd/fakeidentd-2.2.ebuild,v 1.1 2004/09/20 00:17:10 vapier Exp $ > >inherit gcc > >DESCRIPTION="A static, secure identd. One source file only!" >HOMEPAGE="http://www.guru-group.fi/~too/sw/" >SRC_URI="mirror://gentoo/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86" >IUSE="" > >DEPEND="virtual/libc" > >S=${WORKDIR} > >src_unpack() { > unpack ${A} > sed -i "s:identd.pid:${PN}.pid:" identd.c > sed -e "s/OTHER/UNIX_/" -i identd.c > sed -e "s/UNIX/OTHER/" -i identd.c > sed -e "s/UNIX_/UNIX/" -i identd.c >} > >src_compile() { > $(gcc-getCC) identd.c -o ${PN} ${CFLAGS} || die >} > >src_install() { > dosbin ${PN} || die > # Changelog in source is more current. Its only ~13kB anyway. > dodoc identd.readme identd.c > > exeinto /etc/init.d ; newexe ${FILESDIR}/fakeidentd.rc fakeidentd > insinto /etc/conf.d ; newins ${FILESDIR}/fakeidentd.confd fakeidentd >}
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 82675
:
51661
| 51664