Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 12814 Details for
Bug 20850
fwgold-2.0.12_beta.ebuild (new submission, obsoletes fwgold-2.0.11_beta.ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New version of FwGold ebuild file
fwgold-2.0.12_beta.ebuild (text/plain), 1.10 KB, created by
Gianluca Rotoni
on 2003-06-05 02:22:46 UTC
(
hide
)
Description:
New version of FwGold ebuild file
Filename:
MIME Type:
Creator:
Gianluca Rotoni
Created:
2003-06-05 02:22:46 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header:$ > >DESCRIPTION="FireWall Graphic Oriented Logging Database" >SRC_URI="http://www.rotoni.com/FwGold/${P}.tgz" >HOMEPAGE="http://www.rotoni.com/FwGold" > >S=${WORKDIR}/${P} >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86 sparc" >IUSE="perl" > >DEPEND="perl? ( dev-lang/perl )" >RDEPEND="dev-perl/File-Tail > net-analyzer/rrdtool" > > >src_unpack > >src_install() { > for dir in bin etc html; do > dodir /opt/fwgold/${dir} > cp -a ${S}/${dir}/* ${D}/opt/fwgold/${dir} > done > > for dir in db offline; do > dodir /opt/fwgold/${dir} > done > > dodir /usr/share/doc/fwgold > for file in CHANGES FEATURES LICENSE README \ > COPYING INSTALL NETFILTER WIN32; do > cp ${S}/${file} ${D}/usr/share/doc/fwgold > done > > dodir /etc/init.d > cp ${S}/bin/fwgold-startup.gentoo ${D}/etc/init.d/fwgold >} > >pkg_postinst () { > einfo > einfo "You now need to start the fwgold server daemon and/or setup crontab to periodically run the fwgold client" > einfo >} > >pkg_postrm() { > einfo > einfo "You may now have to manually remove the client contab entry" > einfo >}
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 20850
:
11821
|
11866
| 12814 |
12815