diff options
Diffstat (limited to 'media-sound/bossogg/bossogg-0.13.5.ebuild')
-rw-r--r-- | media-sound/bossogg/bossogg-0.13.5.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/bossogg/bossogg-0.13.5.ebuild b/media-sound/bossogg/bossogg-0.13.5.ebuild index 8563bdecb69b..2fa004005f48 100644 --- a/media-sound/bossogg/bossogg-0.13.5.ebuild +++ b/media-sound/bossogg/bossogg-0.13.5.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/media-sound/bossogg/bossogg-0.13.5.ebuild,v 1.8 2005/12/26 14:55:15 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/bossogg-0.13.5.ebuild,v 1.9 2007/01/05 17:24:30 flameeyes Exp $ inherit eutils @@ -53,8 +53,8 @@ pkg_postinst() { chown bossogg:bossogg /var/bossogg fi - einfo "After running the /etc/init.d/bossogg service for the first" - einfo "time, /var/bossogg/.bossogg/bossogg.conf will be created." - einfo "Please edit this file and restart the service to setup." - einfo "the server." + elog "After running the /etc/init.d/bossogg service for the first" + elog "time, /var/bossogg/.bossogg/bossogg.conf will be created." + elog "Please edit this file and restart the service to setup." + elog "the server." } |