diff options
Diffstat (limited to 'net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.ebuild')
-rw-r--r-- | net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.ebuild b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.ebuild index fa266ba387e5..c9bdd6333f67 100644 --- a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.ebuild +++ b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.ebuild,v 1.1 2006/03/02 00:29:02 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.ebuild,v 1.2 2007/01/06 16:46:23 drizzt Exp $ inherit eutils @@ -50,5 +50,5 @@ src_install() { pkg_postinst() { ewarn "You have to disable asterisk's chan_skinny to use this module!" - einfo "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" + elog "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" } |