From ca0f52d378d8fb95dd64c0a37a17bc62dba677a2 Mon Sep 17 00:00:00 2001 From: Paweł Hajdan Date: Mon, 19 Jul 2010 13:43:05 +0000 Subject: Improve the postinst message, and link to the guide, bug #328671 by Valeo de Vries . (Portage version: 2.1.8.3/cvs/Linux i686) --- app-admin/logcheck/ChangeLog | 7 ++++++- app-admin/logcheck/logcheck-1.3.10.ebuild | 10 +++------- app-admin/logcheck/logcheck-1.3.8.ebuild | 10 +++------- 3 files changed, 12 insertions(+), 15 deletions(-) (limited to 'app-admin/logcheck') diff --git a/app-admin/logcheck/ChangeLog b/app-admin/logcheck/ChangeLog index bd7fd249c080..192861469965 100644 --- a/app-admin/logcheck/ChangeLog +++ b/app-admin/logcheck/ChangeLog @@ -1,6 +1,11 @@ # 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.12 2010/06/07 14:15:03 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logcheck/ChangeLog,v 1.13 2010/07/19 13:43:05 phajdan.jr Exp $ + + 19 Jul 2010; Pawel Hajdan jr + logcheck-1.3.8.ebuild, logcheck-1.3.10.ebuild: + Improve the postinst message, and link to the guide, bug #328671 by Valeo + de Vries . *logcheck-1.3.10 (07 Jun 2010) diff --git a/app-admin/logcheck/logcheck-1.3.10.ebuild b/app-admin/logcheck/logcheck-1.3.10.ebuild index 85d6672c3b2e..45cd9cd7be83 100644 --- a/app-admin/logcheck/logcheck-1.3.10.ebuild +++ b/app-admin/logcheck/logcheck-1.3.10.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logcheck/logcheck-1.3.10.ebuild,v 1.2 2010/07/19 13:43:05 phajdan.jr Exp $ inherit eutils @@ -42,10 +42,6 @@ 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." + elog "Please read the guide ad http://www.gentoo.org/doc/en/logcheck.xml" + elog "for installation instructions." } diff --git a/app-admin/logcheck/logcheck-1.3.8.ebuild b/app-admin/logcheck/logcheck-1.3.8.ebuild index 3a3c17dcfc44..6351785a0fb1 100644 --- a/app-admin/logcheck/logcheck-1.3.8.ebuild +++ b/app-admin/logcheck/logcheck-1.3.8.ebuild @@ -1,6 +1,6 @@ # 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.8.ebuild,v 1.3 2010/05/28 10:14:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logcheck/logcheck-1.3.8.ebuild,v 1.4 2010/07/19 13:43:05 phajdan.jr Exp $ inherit eutils @@ -40,10 +40,6 @@ 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." + elog "Please read the guide ad http://www.gentoo.org/doc/en/logcheck.xml" + elog "for installation instructions." } -- cgit v1.2.3-65-gdbad