diff options
author | 2007-01-24 03:28:22 +0000 | |
---|---|---|
committer | 2007-01-24 03:28:22 +0000 | |
commit | 59b3b4639c59c3dcacd6687a915df4d320639607 (patch) | |
tree | 1589c4a9cfaa7a2182ccab89854a4674a3da9fbb /app-forensics/chkrootkit/chkrootkit-0.45.ebuild | |
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/chkrootkit-0.45.ebuild')
-rw-r--r-- | app-forensics/chkrootkit/chkrootkit-0.45.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
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 } |