diff options
Diffstat (limited to 'app-admin/logcheck/logcheck-1.3.17.ebuild')
-rw-r--r-- | app-admin/logcheck/logcheck-1.3.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/logcheck/logcheck-1.3.17.ebuild b/app-admin/logcheck/logcheck-1.3.17.ebuild index 50f0fc71c2f8..a12bcda7472e 100644 --- a/app-admin/logcheck/logcheck-1.3.17.ebuild +++ b/app-admin/logcheck/logcheck-1.3.17.ebuild @@ -47,6 +47,6 @@ src_install() { pkg_postinst() { chown -R logcheck:logcheck /etc/logcheck /var/lib/logcheck || die - elog "Please read the guide ad http://www.gentoo.org/doc/en/logcheck.xml" + elog "Please read the guide ad https://www.gentoo.org/doc/en/logcheck.xml" elog "for installation instructions." } |