summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-01 22:30:04 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-01 22:30:04 +0000
commit95d20ae5462ef52292e2a2a91b66b2737fe7b824 (patch)
treee98a9c7df7bb0d4dbbbf8a8b98aa2eabd5070df9 /net-analyzer/scanlogd/scanlogd-2.2.ebuild
parentReplacing einfo with elog (diff)
downloadgentoo-2-95d20ae5462ef52292e2a2a91b66b2737fe7b824.tar.gz
gentoo-2-95d20ae5462ef52292e2a2a91b66b2737fe7b824.tar.bz2
gentoo-2-95d20ae5462ef52292e2a2a91b66b2737fe7b824.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer/scanlogd/scanlogd-2.2.ebuild')
-rw-r--r--net-analyzer/scanlogd/scanlogd-2.2.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/net-analyzer/scanlogd/scanlogd-2.2.ebuild b/net-analyzer/scanlogd/scanlogd-2.2.ebuild
index e5ebad1499a6..9ad61b77992f 100644
--- a/net-analyzer/scanlogd/scanlogd-2.2.ebuild
+++ b/net-analyzer/scanlogd/scanlogd-2.2.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/net-analyzer/scanlogd/scanlogd-2.2.ebuild,v 1.15 2005/04/24 02:58:00 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/scanlogd-2.2.ebuild,v 1.16 2007/05/01 22:30:04 genone Exp $
IUSE=""
DESCRIPTION="Scanlogd - detects and logs TCP port scans"
@@ -25,9 +25,9 @@ src_install() {
}
pkg_postinst() {
- einfo "Before you can run scanlogd you need to create the user "
- einfo "scanlog by running the following command"
- einfo "adduser -s /bin/false scanlogd"
- einfo "You can start the scanlogd monitoring program at boot by running"
- einfo "rc-update add scanlogd default"
+ elog "Before you can run scanlogd you need to create the user "
+ elog "scanlog by running the following command"
+ elog "adduser -s /bin/false scanlogd"
+ elog "You can start the scanlogd monitoring program at boot by running"
+ elog "rc-update add scanlogd default"
}