diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-03-01 01:52:37 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-03-01 01:52:37 +0000 |
commit | 85637c018509b881bf24ba2b8b6ffe0e54205fc1 (patch) | |
tree | e32a12c8de471f08f0dc02ad0720398779ef63ec /app-forensics | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-85637c018509b881bf24ba2b8b6ffe0e54205fc1.tar.gz gentoo-2-85637c018509b881bf24ba2b8b6ffe0e54205fc1.tar.bz2 gentoo-2-85637c018509b881bf24ba2b8b6ffe0e54205fc1.zip |
Fixing elog messages to reflect changes from #195690. Closes #249793
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/aide/ChangeLog | 5 | ||||
-rw-r--r-- | app-forensics/aide/aide-0.13.1-r2.ebuild | 5 | ||||
-rw-r--r-- | app-forensics/aide/aide-0.13.1.ebuild | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/app-forensics/aide/ChangeLog b/app-forensics/aide/ChangeLog index f664fe39ff67..88bdbd70348f 100644 --- a/app-forensics/aide/ChangeLog +++ b/app-forensics/aide/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/aide # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.37 2009/01/08 19:49:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.38 2009/03/01 01:52:37 patrick Exp $ + + 01 Mar 2009; Patrick Lauer <patrick@gentoo.org> aide-0.13.1-r2.ebuild: + Fixing elog messages to reflect changes from #195690. Closes #249793 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -aide-0.13.1-r1.ebuild: Removing unneeded old diff --git a/app-forensics/aide/aide-0.13.1-r2.ebuild b/app-forensics/aide/aide-0.13.1-r2.ebuild index 7ae59c9e5fe6..afc6b75fe81b 100644 --- a/app-forensics/aide/aide-0.13.1-r2.ebuild +++ b/app-forensics/aide/aide-0.13.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1-r2.ebuild,v 1.3 2008/05/19 16:16:13 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1-r2.ebuild,v 1.4 2009/03/01 01:52:37 patrick Exp $ WANT_AUTOCONF='latest' WANT_AUTOMAKE='latest' @@ -118,7 +118,6 @@ pkg_postinst() { elog "A sample configuration file has been installed as" elog "/etc/aide/aide.conf. Please edit to meet your needs." elog "Read the aide.conf(5) manual page for more information." - elog "A cron file has been installed in /etc/cron.daily/aide.cron" elog "A helper script, aideinit, has been installed and can" elog "be used to make AIDE management easier. Please run" elog "aideinit --help for more information" diff --git a/app-forensics/aide/aide-0.13.1.ebuild b/app-forensics/aide/aide-0.13.1.ebuild index 11af299c9797..b6d989d0e6f5 100644 --- a/app-forensics/aide/aide-0.13.1.ebuild +++ b/app-forensics/aide/aide-0.13.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v 1.9 2008/05/19 16:16:13 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v 1.10 2009/03/01 01:52:37 patrick Exp $ WANT_AUTOCONF='latest' WANT_AUTOMAKE='latest' inherit eutils autotools |