summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2007-03-04 19:52:37 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2007-03-04 19:52:37 +0000
commit866402dddbee81725d5dab3fbee8d0feafb3f4b0 (patch)
treea586d964dea37fe751d1cc256d288d20eb968057 /app-forensics
parentadded ~ppc64 (diff)
downloadgentoo-2-866402dddbee81725d5dab3fbee8d0feafb3f4b0.tar.gz
gentoo-2-866402dddbee81725d5dab3fbee8d0feafb3f4b0.tar.bz2
gentoo-2-866402dddbee81725d5dab3fbee8d0feafb3f4b0.zip
Fix incomplete sys-apps/lsof -> sys-process/lsof move.
(Portage version: 2.1.2.1)
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/tct/ChangeLog5
-rw-r--r--app-forensics/tct/tct-1.15-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-forensics/tct/ChangeLog b/app-forensics/tct/ChangeLog
index 0661deb394fc..1296316aa2e4 100644
--- a/app-forensics/tct/ChangeLog
+++ b/app-forensics/tct/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-forensics/tct
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v 1.9 2007/01/24 03:28:22 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v 1.10 2007/03/04 19:52:37 peper Exp $
+
+ 04 Mar 2007; Piotr Jaroszyński <peper@gentoo.org> tct-1.15-r1.ebuild:
+ Fix incomplete sys-apps/lsof -> sys-process/lsof move.
24 Jan 2007; Marius Mauch <genone@gentoo.org> tct-1.15-r1.ebuild:
Replacing einfo with elog
diff --git a/app-forensics/tct/tct-1.15-r1.ebuild b/app-forensics/tct/tct-1.15-r1.ebuild
index ec15be841195..71b110693318 100644
--- a/app-forensics/tct/tct-1.15-r1.ebuild
+++ b/app-forensics/tct/tct-1.15-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/tct-1.15-r1.ebuild,v 1.5 2007/01/24 03:28:22 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/tct-1.15-r1.ebuild,v 1.6 2007/03/04 19:52:37 peper Exp $
inherit eutils toolchain-funcs
@@ -80,7 +80,7 @@ src_install() {
pkg_postinst() {
echo
elog "The authors of The Coroner's Toolkit highly recommend"
- elog "installing sys-apps/lsof for use by the toolkit."
+ elog "installing sys-process/lsof for use by the toolkit."
elog
elog "Please read the README and quickstart files installed"
elog "in /usr/share/doc/${PF} before using The Coroner's Toolkit."