diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-07-11 22:43:40 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-07-11 22:43:40 +0000 |
commit | cab0f50c8133f4a9d320e4c414a1edfca4997a4a (patch) | |
tree | 6ed5ef00bb4a9d6c62ca955ebfaa9605abf6d0ca /app-forensics/rkhunter | |
parent | fix build on fbsd again (diff) | |
download | gentoo-2-cab0f50c8133f4a9d320e4c414a1edfca4997a4a.tar.gz gentoo-2-cab0f50c8133f4a9d320e4c414a1edfca4997a4a.tar.bz2 gentoo-2-cab0f50c8133f4a9d320e4c414a1edfca4997a4a.zip |
Mention mail client alternatives (bug #331947).
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics/rkhunter')
-rw-r--r-- | app-forensics/rkhunter/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild | 8 | ||||
-rw-r--r-- | app-forensics/rkhunter/rkhunter-1.3.6.ebuild | 8 | ||||
-rw-r--r-- | app-forensics/rkhunter/rkhunter-1.3.8.ebuild | 6 |
4 files changed, 19 insertions, 9 deletions
diff --git a/app-forensics/rkhunter/ChangeLog b/app-forensics/rkhunter/ChangeLog index 3052477cfc2a..8fe7305ca2c4 100644 --- a/app-forensics/rkhunter/ChangeLog +++ b/app-forensics/rkhunter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/rkhunter # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.81 2011/05/09 11:52:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.82 2011/07/11 22:43:40 radhermit Exp $ + + 11 Jul 2011; Tim Harder <radhermit@gentoo.org> rkhunter-1.3.4-r3.ebuild, + rkhunter-1.3.6.ebuild, rkhunter-1.3.8.ebuild: + Mention mail client alternatives (bug #331947). 09 May 2011; Jeroen Roovers <jer@gentoo.org> -files/rkhunter.cron: Remove unused file thanks to jalan (bug #341051). diff --git a/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild b/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild index 36f889bd066f..c3183c7f2646 100644 --- a/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild +++ b/app-forensics/rkhunter/rkhunter-1.3.4-r3.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.4-r3.ebuild,v 1.8 2010/07/09 02:26:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.9 2011/07/11 22:43:40 radhermit Exp $ EAPI=2 @@ -63,6 +63,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 } 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 } diff --git a/app-forensics/rkhunter/rkhunter-1.3.8.ebuild b/app-forensics/rkhunter/rkhunter-1.3.8.ebuild index cb4b2d09cbf7..83571b254429 100644 --- a/app-forensics/rkhunter/rkhunter-1.3.8.ebuild +++ b/app-forensics/rkhunter/rkhunter-1.3.8.ebuild @@ -1,6 +1,6 @@ # 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.8.ebuild,v 1.1 2011/05/09 11:47:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.8.ebuild,v 1.2 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 } |