diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:12:06 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:12:06 +0000 |
commit | a0b9356a75d85db6471c619bc61c26e74b31df22 (patch) | |
tree | 4453745a620b178d0a6d1abbfbcbb7cd07cf555f /app-forensics/aide | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-a0b9356a75d85db6471c619bc61c26e74b31df22.tar.gz gentoo-2-a0b9356a75d85db6471c619bc61c26e74b31df22.tar.bz2 gentoo-2-a0b9356a75d85db6471c619bc61c26e74b31df22.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-forensics/aide')
-rw-r--r-- | app-forensics/aide/ChangeLog | 8 | ||||
-rw-r--r-- | app-forensics/aide/aide-0.10_p20040917-r1.ebuild | 42 | ||||
-rw-r--r-- | app-forensics/aide/aide-0.10_p20040917.ebuild | 34 | ||||
-rw-r--r-- | app-forensics/aide/files/digest-aide-0.10 | 2 | ||||
-rw-r--r-- | app-forensics/aide/files/digest-aide-0.9 | 2 |
5 files changed, 48 insertions, 40 deletions
diff --git a/app-forensics/aide/ChangeLog b/app-forensics/aide/ChangeLog index ec522c21ff2e..96521310a8ff 100644 --- a/app-forensics/aide/ChangeLog +++ b/app-forensics/aide/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/aide -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.19 2006/11/16 08:44:52 jokey Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.20 2007/01/24 03:12:05 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> aide-0.10_p20040917.ebuild, + aide-0.10_p20040917-r1.ebuild: + Replacing einfo with elog 16 Nov 2006; Markus Ullmann <jokey@gentoo.org> aide-0.10_p20040917-r1.ebuild: diff --git a/app-forensics/aide/aide-0.10_p20040917-r1.ebuild b/app-forensics/aide/aide-0.10_p20040917-r1.ebuild index 195c15fd8b3d..aeaf0979372a 100644 --- a/app-forensics/aide/aide-0.10_p20040917-r1.ebuild +++ b/app-forensics/aide/aide-0.10_p20040917-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.10_p20040917-r1.ebuild,v 1.3 2006/11/16 08:44:52 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.10_p20040917-r1.ebuild,v 1.4 2007/01/24 03:12:05 genone Exp $ WANT_AUTOCONF='2.5' WANT_AUTOMAKE='1.7' inherit eutils autotools @@ -89,26 +89,26 @@ pkg_postinst() { chown root:0 /var/lib/aide chmod 0755 /var/lib/aide - echo - einfo "A sample configuration file has been installed as" - einfo "/etc/aide/aide.conf. Please edit to meet your needs." - einfo "Read the aide.conf(5) manual page for more information." - einfo "A cron file has been installed in /etc/cron.daily/aide.cron" - einfo "A helper script, aideinit, has been installed and can" - einfo "be used to make AIDE management easier. Please run" - einfo "aideinit --help for more information" - echo + elog + 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" + elog if use postgres; then - einfo "Due to a bad assumption by aide, you must issue the following" - einfo "command after the database initialization (aide --init ...):" - einfo - einfo 'psql -c "update pg_index set indisunique=false from pg_class \\ ' - einfo " where pg_class.relname='TABLE_pkey' and \ " - einfo ' pg_class.oid=pg_index.indexrelid" -h HOSTNAME -p PORT DBASE USER' - einfo - einfo "where TABLE, HOSTNAME, PORT, DBASE, and USER are the same as" - einfo "your aide.conf." - echo + elog "Due to a bad assumption by aide, you must issue the following" + elog "command after the database initialization (aide --init ...):" + elog + elog 'psql -c "update pg_index set indisunique=false from pg_class \\ ' + elog " where pg_class.relname='TABLE_pkey' and \ " + elog ' pg_class.oid=pg_index.indexrelid" -h HOSTNAME -p PORT DBASE USER' + elog + elog "where TABLE, HOSTNAME, PORT, DBASE, and USER are the same as" + elog "your aide.conf." + elog fi } diff --git a/app-forensics/aide/aide-0.10_p20040917.ebuild b/app-forensics/aide/aide-0.10_p20040917.ebuild index b9d0f113246a..2c17a2d34eb3 100644 --- a/app-forensics/aide/aide-0.10_p20040917.ebuild +++ b/app-forensics/aide/aide-0.10_p20040917.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.10_p20040917.ebuild,v 1.8 2005/04/21 18:46:53 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.10_p20040917.ebuild,v 1.9 2007/01/24 03:12:05 genone Exp $ inherit eutils @@ -78,22 +78,22 @@ src_install() { } pkg_postinst() { - echo - einfo "A sample configuration file has been installed as" - einfo "/etc/aide/aide.conf. Please edit to meet your needs." - einfo "Read the aide.conf(5) manual page for more information." - echo + elog + 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 if use postgres; then - einfo "Due to a bad assumption by aide, you must issue the following" - einfo "command after the database initialization (aide --init ...):" - einfo - einfo 'psql -c "update pg_index set indisunique=false from pg_class \\ ' - einfo " where pg_class.relname='TABLE_pkey' and \ " - einfo ' pg_class.oid=pg_index.indexrelid" -h HOSTNAME -p PORT DBASE USER' - einfo - einfo "where TABLE, HOSTNAME, PORT, DBASE, and USER are the same as" - einfo "your aide.conf." - echo + elog "Due to a bad assumption by aide, you must issue the following" + elog "command after the database initialization (aide --init ...):" + elog + elog 'psql -c "update pg_index set indisunique=false from pg_class \\ ' + elog " where pg_class.relname='TABLE_pkey' and \ " + elog ' pg_class.oid=pg_index.indexrelid" -h HOSTNAME -p PORT DBASE USER' + elog + elog "where TABLE, HOSTNAME, PORT, DBASE, and USER are the same as" + elog "your aide.conf." + elog fi } diff --git a/app-forensics/aide/files/digest-aide-0.10 b/app-forensics/aide/files/digest-aide-0.10 index a875acd4cec5..2f4ac7a56012 100644 --- a/app-forensics/aide/files/digest-aide-0.10 +++ b/app-forensics/aide/files/digest-aide-0.10 @@ -1 +1,3 @@ MD5 39eb7d21064cac7b409c45d038b86cd8 aide-0.10.tar.gz 234184 +RMD160 b3b63b018f3358f1d03cbc76270e5ea6ff9df943 aide-0.10.tar.gz 234184 +SHA256 4819b9b46acaedb5293c87fc7c742a89dcb6f63b71b1fcdeb81349fb41f2935c aide-0.10.tar.gz 234184 diff --git a/app-forensics/aide/files/digest-aide-0.9 b/app-forensics/aide/files/digest-aide-0.9 index 3a1ad78d9d33..e4d09ffab48b 100644 --- a/app-forensics/aide/files/digest-aide-0.9 +++ b/app-forensics/aide/files/digest-aide-0.9 @@ -1 +1,3 @@ MD5 877b1f515a9e25afda75e06805d687fb aide-0.9.tar.gz 216096 +RMD160 aeb3a2ff2c3f4cbbec84a582ebad9389d5032adb aide-0.9.tar.gz 216096 +SHA256 aabed3de2a3807a7b12c382f92c15faf97b2032a6e4c2def2d72b40cca9567ea aide-0.9.tar.gz 216096 |