diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:28:22 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:28:22 +0000 |
commit | 59b3b4639c59c3dcacd6687a915df4d320639607 (patch) | |
tree | 1589c4a9cfaa7a2182ccab89854a4674a3da9fbb /app-forensics/chkrootkit | |
parent | version bump (diff) | |
download | historical-59b3b4639c59c3dcacd6687a915df4d320639607.tar.gz historical-59b3b4639c59c3dcacd6687a915df4d320639607.tar.bz2 historical-59b3b4639c59c3dcacd6687a915df4d320639607.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-forensics/chkrootkit')
-rw-r--r-- | app-forensics/chkrootkit/ChangeLog | 8 | ||||
-rw-r--r-- | app-forensics/chkrootkit/chkrootkit-0.44-r1.ebuild | 14 | ||||
-rw-r--r-- | app-forensics/chkrootkit/chkrootkit-0.45.ebuild | 14 | ||||
-rw-r--r-- | app-forensics/chkrootkit/chkrootkit-0.46a.ebuild | 14 | ||||
-rw-r--r-- | app-forensics/chkrootkit/files/digest-chkrootkit-0.44-r1 | 6 | ||||
-rw-r--r-- | app-forensics/chkrootkit/files/digest-chkrootkit-0.45 | 2 |
6 files changed, 34 insertions, 24 deletions
diff --git a/app-forensics/chkrootkit/ChangeLog b/app-forensics/chkrootkit/ChangeLog index a04f15ddc4f5..55f9bf4ec96e 100644 --- a/app-forensics/chkrootkit/ChangeLog +++ b/app-forensics/chkrootkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/chkrootkit -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/ChangeLog,v 1.34 2006/11/19 21:17:36 nyhm Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/ChangeLog,v 1.35 2007/01/24 03:16:55 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> chkrootkit-0.44-r1.ebuild, + chkrootkit-0.45.ebuild, chkrootkit-0.46a.ebuild: + Replacing einfo with elog *chkrootkit-0.47 (19 Nov 2006) diff --git a/app-forensics/chkrootkit/chkrootkit-0.44-r1.ebuild b/app-forensics/chkrootkit/chkrootkit-0.44-r1.ebuild index 298014697e99..8584a0c0a57b 100644 --- a/app-forensics/chkrootkit/chkrootkit-0.44-r1.ebuild +++ b/app-forensics/chkrootkit/chkrootkit-0.44-r1.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/chkrootkit/chkrootkit-0.44-r1.ebuild,v 1.3 2005/08/06 16:15:17 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/chkrootkit-0.44-r1.ebuild,v 1.4 2007/01/24 03:16:55 genone Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -44,10 +44,10 @@ src_install() { pkg_postinst() { echo - einfo "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!" - einfo - einfo "Some applications, such as portsentry, will cause chkrootkit" - einfo "to produce false positives. Read the chkrootkit FAQ at" - einfo "http://www.chkrootkit.org/ for more information." + elog "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!" + elog + elog "Some applications, such as portsentry, will cause chkrootkit" + elog "to produce false positives. Read the chkrootkit FAQ at" + elog "http://www.chkrootkit.org/ for more information." echo } diff --git a/app-forensics/chkrootkit/chkrootkit-0.45.ebuild b/app-forensics/chkrootkit/chkrootkit-0.45.ebuild index 335bd348b978..a6146dd3463e 100644 --- a/app-forensics/chkrootkit/chkrootkit-0.45.ebuild +++ b/app-forensics/chkrootkit/chkrootkit-0.45.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/chkrootkit/chkrootkit-0.45.ebuild,v 1.9 2005/08/06 16:15:17 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/chkrootkit-0.45.ebuild,v 1.10 2007/01/24 03:16:55 genone Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -44,10 +44,10 @@ src_install() { pkg_postinst() { echo - einfo "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!" - einfo - einfo "Some applications, such as portsentry, will cause chkrootkit" - einfo "to produce false positives. Read the chkrootkit FAQ at" - einfo "http://www.chkrootkit.org/ for more information." + elog "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!" + elog + elog "Some applications, such as portsentry, will cause chkrootkit" + elog "to produce false positives. Read the chkrootkit FAQ at" + elog "http://www.chkrootkit.org/ for more information." echo } diff --git a/app-forensics/chkrootkit/chkrootkit-0.46a.ebuild b/app-forensics/chkrootkit/chkrootkit-0.46a.ebuild index f7dff1aca287..f318fa493f05 100644 --- a/app-forensics/chkrootkit/chkrootkit-0.46a.ebuild +++ b/app-forensics/chkrootkit/chkrootkit-0.46a.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/chkrootkit/chkrootkit-0.46a.ebuild,v 1.1 2005/10/28 17:22:27 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/chkrootkit-0.46a.ebuild,v 1.2 2007/01/24 03:16:55 genone Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -52,10 +52,10 @@ src_install() { pkg_postinst() { echo - einfo "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!" - einfo - einfo "Some applications, such as portsentry, will cause chkrootkit" - einfo "to produce false positives. Read the chkrootkit FAQ at" - einfo "http://www.chkrootkit.org/ for more information." + elog "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!" + elog + elog "Some applications, such as portsentry, will cause chkrootkit" + elog "to produce false positives. Read the chkrootkit FAQ at" + elog "http://www.chkrootkit.org/ for more information." echo } diff --git a/app-forensics/chkrootkit/files/digest-chkrootkit-0.44-r1 b/app-forensics/chkrootkit/files/digest-chkrootkit-0.44-r1 index c0c0cd666607..c6af0859476f 100644 --- a/app-forensics/chkrootkit/files/digest-chkrootkit-0.44-r1 +++ b/app-forensics/chkrootkit/files/digest-chkrootkit-0.44-r1 @@ -1,2 +1,6 @@ -MD5 8f6dbb3204c24e9b71490142cb2953ee chkrootkit-0.44.tar.gz 34163 MD5 26971ac3a44146d35ed3155e665606e3 chkrootkit-0.44-gentoo.diff.bz2 4049 +RMD160 253fb7a550d5c4b159095001f714b6ad0d561019 chkrootkit-0.44-gentoo.diff.bz2 4049 +SHA256 7de153ab7cef65df3c3c2d37c73dff8cf4e26596ff2d45a7d40e77c63e746e65 chkrootkit-0.44-gentoo.diff.bz2 4049 +MD5 8f6dbb3204c24e9b71490142cb2953ee chkrootkit-0.44.tar.gz 34163 +RMD160 8a6fc38b300ed2ada879e15d7abe008914e16b75 chkrootkit-0.44.tar.gz 34163 +SHA256 d01098099b7b094310dfd8cf8d2d9adb068b47fe1643fba716d6a658c3ecbab5 chkrootkit-0.44.tar.gz 34163 diff --git a/app-forensics/chkrootkit/files/digest-chkrootkit-0.45 b/app-forensics/chkrootkit/files/digest-chkrootkit-0.45 index 8808b9a6f6b6..9e9197f4ca6d 100644 --- a/app-forensics/chkrootkit/files/digest-chkrootkit-0.45 +++ b/app-forensics/chkrootkit/files/digest-chkrootkit-0.45 @@ -2,3 +2,5 @@ MD5 ecac86c18a31fbf9897124e7c34def98 chkrootkit-0.45-gentoo.diff.bz2 3729 RMD160 84c1ca6b0f791b0727a1e61d104b23b4b3a9eb68 chkrootkit-0.45-gentoo.diff.bz2 3729 SHA256 ca26f4113c2e511f87179bc673faa198ab9b2e6d6de0134443ed301f0ebb1362 chkrootkit-0.45-gentoo.diff.bz2 3729 MD5 57493e24ca81750a200d8bcb4049e858 chkrootkit-0.45.tar.gz 36359 +RMD160 f8aebf97993a8fbd51d98478dcf185f5e8a0f501 chkrootkit-0.45.tar.gz 36359 +SHA256 67ce369dee026bd488baa977483c0d9784bc6763c815f6018ce19227669ec926 chkrootkit-0.45.tar.gz 36359 |