diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-07-19 13:43:05 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-07-19 13:43:05 +0000 |
commit | ca0f52d378d8fb95dd64c0a37a17bc62dba677a2 (patch) | |
tree | d3c441f94b756160cc82c09c7c227ee68b1fb551 /app-admin/logcheck | |
parent | Stable on amd64 wrt bug #324735 (diff) | |
download | gentoo-2-ca0f52d378d8fb95dd64c0a37a17bc62dba677a2.tar.gz gentoo-2-ca0f52d378d8fb95dd64c0a37a17bc62dba677a2.tar.bz2 gentoo-2-ca0f52d378d8fb95dd64c0a37a17bc62dba677a2.zip |
Improve the postinst message, and link to the guide, bug #328671 by Valeo de Vries <valeo.de@gmail.com>.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-admin/logcheck')
-rw-r--r-- | app-admin/logcheck/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/logcheck/logcheck-1.3.10.ebuild | 10 | ||||
-rw-r--r-- | app-admin/logcheck/logcheck-1.3.8.ebuild | 10 |
3 files changed, 12 insertions, 15 deletions
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 <phajdan.jr@gentoo.org> + 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 <valeo.de@gmail.com>. *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." } |