Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81541 Details for
Bug 124991
net-analyzer/scanlogd uses CLK_TCK not CLOCKS_PER_SEC
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
scanlogd-2.2.6.ebuild
scanlogd-2.2.6.ebuild (text/plain), 868 bytes, created by
Beech Horn
on 2006-03-06 10:20:57 UTC
(
hide
)
Description:
scanlogd-2.2.6.ebuild
Filename:
MIME Type:
Creator:
Beech Horn
Created:
2006-03-06 10:20:57 UTC
Size:
868 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/scanlogd-2.2.6.ebuild,v 1.3 2006/03/06 18:17:00 Metalshark Exp $ > >inherit eutils > >IUSE="" >DESCRIPTION="Scanlogd - detects and logs TCP port scans" >SRC_URI="ftp://ftp.openwall.com/pvt/${P}-rc/${P}.tar.gz" >HOMEPAGE="http://www.openwall.com/scanlogd/" > >SLOT="0" >LICENSE="as-is" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" > >DEPEND="virtual/libc" > >pkg_setup() { > enewgroup scanlogd > enewuser scanlogd -1 -1 /dev/null scanlogd >} > >src_compile() { > make linux || die >} > >src_install() { > dosbin scanlogd > doman scanlogd.8 > > exeinto /etc/init.d ; newexe ${FILESDIR}/scanlogd.rc scanlogd >} > >pkg_postinst() { > einfo "You can start the scanlogd monitoring program at boot by running" > einfo "rc-update add scanlogd default" >}
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 124991
:
81324
|
81325
|
81541
|
81910
|
82254
|
82255
|
82257
|
82258