diff options
Diffstat (limited to 'net-analyzer/net-snmp/net-snmp-5.3.1-r1.ebuild')
-rw-r--r-- | net-analyzer/net-snmp/net-snmp-5.3.1-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/net-snmp/net-snmp-5.3.1-r1.ebuild b/net-analyzer/net-snmp/net-snmp-5.3.1-r1.ebuild index b046c853f9e6..ba5a9e09dd25 100644 --- a/net-analyzer/net-snmp/net-snmp-5.3.1-r1.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.3.1-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/net-analyzer/net-snmp/net-snmp-5.3.1-r1.ebuild,v 1.2 2007/03/27 20:12:21 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.3.1-r1.ebuild,v 1.3 2007/05/01 18:09:57 genone Exp $ inherit fixheadtails flag-o-matic perl-module @@ -168,7 +168,7 @@ src_install () { # Remove everything, keeping only the snmpd, snmptrapd, MIBs, libs, and includes. if use minimal; then - einfo "USE=minimal is set. Cleaning up excess cruft for a embedded/minimal/server only install." + elog "USE=minimal is set. Cleaning up excess cruft for a embedded/minimal/server only install." rm -rf "${D}"/usr/bin/{encode_keychange,snmp{get,getnext,set,usm,walk,bulkwalk,table,trap,bulkget,translate,status,delta,test,df,vacm,netstat,inform}} rm -rf "${D}"/usr/share/snmp/snmpconf-data "${D}"/usr/share/snmp/*.conf rm -rf "${D}"/usr/bin/{fixproc,traptoemail} "${D}"/usr/bin/snmpc{heck,onf} @@ -182,7 +182,7 @@ src_install () { } pkg_postinst() { - einfo "An example configuration file has been installed in" - einfo "/etc/snmp/snmpd.conf.example." + elog "An example configuration file has been installed in" + elog "/etc/snmp/snmpd.conf.example." } |