ChangeLog

# ChangeLog for app-admin/logsentry
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/logsentry/ChangeLog,v 1.23 2008/04/21 16:03:08 phreak Exp $

21 Apr 2008; Christian Heim metadata.xml:
Fix up metadata.xml. If there's no maintainer for the package, the metadata
also needs to contain m-needed@g.o.

24 Jan 2007; Marius Mauch logsentry-1.1.1.ebuild:
Replacing einfo with elog

07 Aug 2005; Aaron Walker logsentry-1.1.1.ebuild:
Added ~mips.

31 Dec 2004; Chris White +metadata.xml:
Taking over as placeholder maintainer. Fixed some ebuild stuff.

18 Dec 2004; Simon Stelling logsentry-1.1.1.ebuild:
was testing for over 2 years without bug reports, marking stable on amd64

14 Dec 2004; Andrej Kacian logsentry-1.1.1.ebuild:
Fix an einfo typo mentioned by Leonid Kabanov in bug #73971.

10 Dec 2004; Andrej Kacian logsentry-1.1.1.ebuild:
Changed mail-client/mailx -> virtual/mailx in RDEPEND, for bug #73972.

07 Nov 2004; Simon Stelling logsentry-1.1.1.ebuild:
added ~amd64

14 Oct 2004; Aaron Walker logsentry-1.1.1.ebuild:
logsentry.cron should be executable (bug #67531).

06 Jun 2004; Daniel Black logsentry-1.1.1.ebuild:
QA - IUSE fix

30 May 2004; Robin H. Johnson logsentry-1.1.1.ebuild:
mailx move

09 Jun 2003; logsentry-1.1.1.ebuild:
DEPEND on sed >=4; use sed -i; fix SRC_URI and comment out HOMEPAGE since
things are unclear.

07 Jan 2003; Daniel Ahlberg logsentry-1.1.1.ebuild :
Updated dependencies, closes #13332.

*logsentry-1.1.1 (27 Sep 2002)

28 Mar 2003; Pieter Van den Abeele logsentry-1.1.1 :
Moved to stable on ppc

07 Dec 2002; Jack Morgan logsentry-1.1.1 :
Changed sparc64 to sparc keyword

16 Oct 2002;
Added sparc64

27 Sept. 2002; Grant Goodyear
New package

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

DIST logsentry-1.1.1.tar.gz 30267 RMD160 1865f598b4bf32af466d4aec5e0803249a61c442 SHA1 18f89f0dacfe9ff31076c006d58e1bcfedaa7f22 SHA256 dfe4cb29305c619dc0a0aca5b11b2bd397baccf3076b48f03457f66f299ab42e
EBUILD logsentry-1.1.1.ebuild 1596 RMD160 10b754fa319a24b6fc43950505e8be8e1500850c SHA1 e8d1aab99f0c306764ac80a94f33beb6325700ab SHA256 6da2575931519e309cc731016e719f6c768e68d624b007825f79e5533a1a263e
MISC ChangeLog 2204 RMD160 1fe0889dcaef6b1f1202bc067d5d142c698bc15b SHA1 176ff3431460f3d758245fb7eb9217533d49f1a4 SHA256 c650cf8e960f3efff0b35cc16737b2a5346a4e82800e3b595bc41de64b0c230e
MISC metadata.xml 290 RMD160 b9b86283c09349c8827faef7d3ef5f724a248e77 SHA1 ae1c8e62d75c94ff50b8a5391afb6008460963aa SHA256 380e26e9262298b9cb31e863a9ab641f6fbdc8c50bda2cf2e47fd399f9cb5e85
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFIDLrQyuNVb5qfaOYRAphOAKCihc1OEQCz+V62JX5MQBymLEblmwCgy5H0
Sl6XKmrvmEZ6uYvmv/pmRAU=
=o0oE
-----END PGP SIGNATURE-----

logsentry-1.1.1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/logsentry/logsentry-1.1.1.ebuild,v 1.26 2007/01/24 14:32:04 genone Exp $

DESCRIPTION="automatically monitor system logs and mail security violations on a periodic basis"
# Seems that the project has been discontinued by CISCO?
HOMEPAGE="http://sourceforge.net/projects/sentrytools/"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ~mips ppc s390 sh sparc x86"
IUSE=""

DEPEND=">=sys-apps/sed-4"
RDEPEND="virtual/mailx"

S=${WORKDIR}/logcheck-${PV}

src_compile() {
einfo "compile and install mixed in the package makefile"
}

src_install() {
dodir /usr/bin /etc/logcheck/tmp
cp systems/linux/logcheck.sh{,.orig}
sed -i \
-e 's:/usr/local/bin:/usr/bin:' \
-e 's:/usr/local/etc:/etc/logcheck:' \
systems/linux/logcheck.sh || \
die "sed logcheck.sh failed"
sed -i \
-e "s:/usr/local/bin:${D}/usr/bin:" \
-e "s:/usr/local/etc:${D}/etc/logcheck:" \
Makefile || die "sed Makefile failed"
make CFLAGS="${CFLAGS}" linux || die

dodoc README* CHANGES CREDITS
dodoc systems/linux/README.*

cat << EOF > ${S}/logsentry.cron
#!/bin/sh
#
# Uncomment the following if you want
# logsentry (logcheck) to run hourly
#
# this is part of the logsentry package
#
#

#/bin/sh /etc/logcheck/logcheck.sh
EOF

exeinto /etc/cron.hourly
doexe logsentry.cron
}

pkg_postinst() {
elog
elog "Uncomment the logcheck line in /etc/cron.hourly/logsentry.cron,"
elog "or add directly to root's crontab"
elog
}

metadata.xml




no-herd

maintainer-needed@gentoo.org
Default assignee for orphaned packages