* [gentoo-commits] gentoo-x86 commit in app-admin/logcheck: ChangeLog logcheck-1.3.10.ebuild logcheck-1.3.9.ebuild
@ 2010-06-07 14:15 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; only message in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-06-07 14:15 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/06/07 14:15:03
Modified: ChangeLog
Added: logcheck-1.3.10.ebuild
Removed: logcheck-1.3.9.ebuild
Log:
Version bump. Removed a possibly broken version.
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.12 app-admin/logcheck/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logcheck/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logcheck/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logcheck/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/logcheck/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 4 Jun 2010 10:34:46 -0000 1.11
+++ ChangeLog 7 Jun 2010 14:15:03 -0000 1.12
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/logcheck
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logcheck/ChangeLog,v 1.11 2010/06/04 10:34:46 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logcheck/ChangeLog,v 1.12 2010/06/07 14:15:03 phajdan.jr Exp $
+
+*logcheck-1.3.10 (07 Jun 2010)
+
+ 07 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ -logcheck-1.3.9.ebuild, +logcheck-1.3.10.ebuild:
+ Version bump. Removed a possibly broken version.
*logcheck-1.3.9 (04 Jun 2010)
1.1 app-admin/logcheck/logcheck-1.3.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logcheck/logcheck-1.3.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logcheck/logcheck-1.3.10.ebuild?rev=1.1&content-type=text/plain
Index: logcheck-1.3.10.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/logcheck/logcheck-1.3.10.ebuild,v 1.1 2010/06/07 14:15:03 phajdan.jr Exp $
inherit eutils
DESCRIPTION="Mails anomalies in the system logfiles to the administrator."
HOMEPAGE="http://packages.debian.org/sid/logcheck"
SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
RDEPEND="!app-admin/logsentry
app-misc/lockfile-progs
dev-lang/perl
dev-perl/mime-construct
virtual/mailx
${DEPEND}"
S="${WORKDIR}/${PN}"
pkg_setup() {
enewgroup logcheck
enewuser logcheck -1 -1 -1 logcheck
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
keepdir /var/{lib,lock}/logcheck
dodoc AUTHORS CHANGES CREDITS TODO docs/README.* || die "dodoc failed"
doman docs/logtail.8 docs/logtail2.8 || die "doman failed"
exeinto /etc/cron.hourly
doexe "${FILESDIR}/${PN}.cron" || die "doexe failed"
}
pkg_postinst() {
chown -R logcheck:logcheck /etc/logcheck /var/{lib,lock}/logcheck \
|| die "chown failed"
elog "The configuration files are located in /etc/logcheck. The most"
elog "important files are /etc/logcheck/logcheck.conf"
elog "and /etc/logcheck/logcheck.logfiles. Also, make sure that"
elog "the logcheck user has access to your log files."
elog "Finally, uncomment the logcheck line"
elog "/etc/cron.hourly/logcheck.cron to enable periodic log checks."
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-07 14:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-07 14:15 [gentoo-commits] gentoo-x86 commit in app-admin/logcheck: ChangeLog logcheck-1.3.10.ebuild logcheck-1.3.9.ebuild PaweA Hajdan (phajdan.jr)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox