diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2016-12-06 21:52:17 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-17 23:43:42 +0100 |
commit | f077a399863697f3db9c0cb87c59ddc9b2a8af48 (patch) | |
tree | 7148d28e54b1471e6a68ee2bda19513add876a65 /app-admin/logcheck | |
parent | mail-filter/clamsmtp: update SRC_URI and HOMEPAGE. (diff) | |
download | gentoo-f077a399863697f3db9c0cb87c59ddc9b2a8af48.tar.gz gentoo-f077a399863697f3db9c0cb87c59ddc9b2a8af48.tar.bz2 gentoo-f077a399863697f3db9c0cb87c59ddc9b2a8af48.zip |
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@gentoo.org>
Diffstat (limited to 'app-admin/logcheck')
-rw-r--r-- | app-admin/logcheck/logcheck-1.3.15-r1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/logcheck/logcheck-1.3.15-r2.ebuild | 4 | ||||
-rw-r--r-- | app-admin/logcheck/logcheck-1.3.16.ebuild | 4 | ||||
-rw-r--r-- | 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 9fa7be737e5e..d0cf98dff9f7 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 e199c0d797ec..7f6dc7645648 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 cb630c591628..e68b56fea640 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 a12bcda7472e..3e287860751f 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." } |