Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 180234 Details for
Bug 256894
Syslog-NG 3.0.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
syslog-ng-3.0.1.ebuild
syslog-ng-3.0.1.ebuild (text/plain), 2.58 KB, created by
Oliver Schmidt
on 2009-01-30 08:15:58 UTC
(
hide
)
Description:
syslog-ng-3.0.1.ebuild
Filename:
MIME Type:
Creator:
Oliver Schmidt
Created:
2009-01-30 08:15:58 UTC
Size:
2.58 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit fixheadtails eutils > >MY_PV=${PV/_/} >MY_P=${PN}_${PV} >DESCRIPTION="syslog replacement with advanced filtering features" >HOMEPAGE="http://www.balabit.com/products/syslog_ng/" >SRC_URI="http://www.balabit.com/downloads/files/syslog-ng/sources/${PV}/source/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" >IUSE="hardened ipv6 ssl selinux spoof-source sql static tcpd -pcre +linux-caps" > >RDEPEND=">=dev-libs/eventlog-0.2 > spoof-source? ( net-libs/libnet ) > tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) > sql? ( >=dev-db/libdbi-0.8.3 ) > pcre? ( >=dev-libs/libpcre-7.7 ) > linux-caps? ( sys-libs/libcap ) > >=dev-libs/glib-2.4" >DEPEND="${RDEPEND} > dev-util/pkgconfig > sys-devel/flex" >PROVIDE="virtual/logger" > >src_unpack() { > unpack ${A} > cd "${S}" > #ht_fix_file configure > #epatch "${FILESDIR}/${P}-nonstatic.patch" >} > >src_compile() { > econf \ > --with-pidfile-dir=/var/run \ > --sysconfdir=/etc/syslog-ng \ > --disable-dependency-tracking \ > $(use_enable ipv6) \ > $(use_enable sql) \ > $(use_enable ssl) \ > $(use_enable static static-linking) \ > $(use_enable spoof-source) \ > $(use_enable tcpd tcp-wrapper) \ > $(use_enable pcre) \ > $(use_enable linux-caps) \ > || die > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > > dodoc AUTHORS ChangeLog NEWS README \ > doc/examples/{syslog-ng.conf.sample,syslog-ng.conf.solaris} \ > contrib/syslog-ng.conf* \ > #doc/reference/syslog-ng.txt \ > contrib/syslog2ng "${FILESDIR}/syslog-ng.conf."* > #dohtml doc/reference/syslog-ng.html/* > > # Install default configuration > insinto /etc/syslog-ng > if use hardened || use selinux ; then > newins "${FILESDIR}/syslog-ng.conf.gentoo.hardened" syslog-ng.conf > elif use userland_BSD ; then > newins "${FILESDIR}/syslog-ng.conf.gentoo.fbsd" syslog-ng.conf > else > newins "${FILESDIR}/syslog-ng.conf.gentoo" syslog-ng.conf > fi > > insinto /etc/logrotate.d > # Install snippet for logrotate, which may or may not be installed > if use hardened || use selinux ; then > newins "${FILESDIR}/syslog-ng.logrotate.hardened" syslog-ng > else > newins "${FILESDIR}/syslog-ng.logrotate" syslog-ng > fi > > newinitd "${FILESDIR}/syslog-ng.rc6-r1" syslog-ng > newconfd "${FILESDIR}/syslog-ng.confd" syslog-ng >} > >pkg_postinst() { > echo > elog "It is highly recommended that app-admin/logrotate be emerged to" > elog "manage the log files. ${PN} installs a file in /etc/logrotate.d" > elog "for logrotate to use." > 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 256894
: 180234 |
180235
|
180237
|
180239
|
180241