diff options
Diffstat (limited to 'app-forensics/rkhunter/rkhunter-1.3.6.ebuild')
-rw-r--r-- | app-forensics/rkhunter/rkhunter-1.3.6.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-forensics/rkhunter/rkhunter-1.3.6.ebuild b/app-forensics/rkhunter/rkhunter-1.3.6.ebuild index 61c06e9e6b75..4d5641af1509 100644 --- a/app-forensics/rkhunter/rkhunter-1.3.6.ebuild +++ b/app-forensics/rkhunter/rkhunter-1.3.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.6.ebuild,v 1.2 2010/07/09 02:26:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.6.ebuild,v 1.3 2011/07/11 22:43:40 radhermit Exp $ EAPI=2 @@ -62,6 +62,8 @@ pkg_postinst() { elog "To enable it, edit /etc/cron.daily/rkhunter and follow the" elog "directions." elog "If you want ${PN} to send mail, you will need to install" - elog "virtual/mailx as well." + elog "virtual/mailx or alter the EMAIL_CMD variable in the" + elog "cron script and possibly the MAIL_CMD variable in the" + elog "${PN}.conf file to use another mail client." bash-completion_pkg_postinst } |