diff options
-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." } |