commit: f077a399863697f3db9c0cb87c59ddc9b2a8af48 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com> AuthorDate: Tue Dec 6 20:52:17 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Dec 17 22:43:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f077a399
app-admin/logcheck: update elog doc link. Gentoo-Bug: https://bugs.gentoo.org/534460 Closes: https://github.com/gentoo/gentoo/pull/3041 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-admin/logcheck/logcheck-1.3.15-r1.ebuild | 4 ++-- app-admin/logcheck/logcheck-1.3.15-r2.ebuild | 4 ++-- app-admin/logcheck/logcheck-1.3.16.ebuild | 4 ++-- app-admin/logcheck/logcheck-1.3.17.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-admin/logcheck/logcheck-1.3.15-r1.ebuild b/app-admin/logcheck/logcheck-1.3.15-r1.ebuild index 9fa7be7..d0cf98d 100644 --- a/app-admin/logcheck/logcheck-1.3.15-r1.ebuild +++ b/app-admin/logcheck/logcheck-1.3.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -41,6 +41,6 @@ src_install() { pkg_postinst() { chown -R logcheck:logcheck /etc/logcheck /var/lib/logcheck || die - elog "Please read the guide ad https://www.gentoo.org/doc/en/logcheck.xml" + elog "Please read the guide at https://wiki.gentoo.org/wiki/Logcheck" elog "for installation instructions." } diff --git a/app-admin/logcheck/logcheck-1.3.15-r2.ebuild b/app-admin/logcheck/logcheck-1.3.15-r2.ebuild index e199c0d..7f6dc76 100644 --- a/app-admin/logcheck/logcheck-1.3.15-r2.ebuild +++ b/app-admin/logcheck/logcheck-1.3.15-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -47,6 +47,6 @@ src_install() { pkg_postinst() { chown -R logcheck:logcheck /etc/logcheck /var/lib/logcheck || die - elog "Please read the guide ad https://www.gentoo.org/doc/en/logcheck.xml" + elog "Please read the guide at https://wiki.gentoo.org/wiki/Logcheck" elog "for installation instructions." } diff --git a/app-admin/logcheck/logcheck-1.3.16.ebuild b/app-admin/logcheck/logcheck-1.3.16.ebuild index cb630c5..e68b56f 100644 --- a/app-admin/logcheck/logcheck-1.3.16.ebuild +++ b/app-admin/logcheck/logcheck-1.3.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -47,6 +47,6 @@ src_install() { pkg_postinst() { chown -R logcheck:logcheck /etc/logcheck /var/lib/logcheck || die - elog "Please read the guide ad https://www.gentoo.org/doc/en/logcheck.xml" + elog "Please read the guide at https://wiki.gentoo.org/wiki/Logcheck" elog "for installation instructions." } diff --git a/app-admin/logcheck/logcheck-1.3.17.ebuild b/app-admin/logcheck/logcheck-1.3.17.ebuild index a12bcda..3e28786 100644 --- a/app-admin/logcheck/logcheck-1.3.17.ebuild +++ b/app-admin/logcheck/logcheck-1.3.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -47,6 +47,6 @@ src_install() { pkg_postinst() { chown -R logcheck:logcheck /etc/logcheck /var/lib/logcheck || die - elog "Please read the guide ad https://www.gentoo.org/doc/en/logcheck.xml" + elog "Please read the guide at https://wiki.gentoo.org/wiki/Logcheck" elog "for installation instructions." }