Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 105977 Details for
Bug 91416
app-admin/ulogd-1.24 (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ulogd-1.24.ebuild
ulogd-1.24.ebuild (text/plain), 1.31 KB, created by
Dustin J. Mitchell
on 2007-01-08 03:26:11 UTC
(
hide
)
Description:
ulogd-1.24.ebuild
Filename:
MIME Type:
Creator:
Dustin J. Mitchell
Created:
2007-01-08 03:26:11 UTC
Size:
1.31 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/ulogd-1.23.ebuild,v 1.7 2006/11/23 15:12:29 vivo Exp $ > >inherit eutils flag-o-matic > >DESCRIPTION="A userspace logging daemon for netfilter/iptables related logging" >SRC_URI="http://ftp.netfilter.org/pub/ulogd/${P}.tar.bz2" >HOMEPAGE="http://netfilter.org/projects/ulogd/index.html" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~amd64 ~ppc -sparc ~x86" >IUSE="mysql postgres" > >DEPEND="net-firewall/iptables > mysql? ( virtual/mysql ) > postgres? ( dev-db/postgresql )" > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_compile() { > # enables logfiles over 2G (#74924) > append-lfs-flags > > econf \ > `use_with mysql` \ > `use_with postgres pgsql` \ > || die "configure failed" > > # not parallel make safe: bug #128976 > emake -j1 || die "make failed" >} > >src_install() { > # the Makefile seems to be "broken" - > # it relies on the existance of /usr, /etc .. > dodir /usr/sbin > > make DESTDIR="${D}" install || die "install failed" > > exeinto /etc/init.d/ > newexe "${FILESDIR}"/ulogd-0.98 ulogd > > dodoc README AUTHORS Changes > cd doc/ > dodoc ulogd.txt ulogd.a4.ps > > if use mysql; then > dodoc mysql.table mysql.table.ipaddr-as-string > fi > > if use postgres; then > dodoc pgsql.table > fi > > dohtml ulogd.html >}
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 91416
:
63824
|
63825
| 105977