diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2005-09-09 22:06:23 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2005-09-09 22:06:23 +0000 |
commit | 73cc2c7e215a4b84a3488701b0bd65a3cefce343 (patch) | |
tree | 618ebc585fc62c9cd1e7b3c1900a2ee6206b475f /media-sound/edna/edna-0.5-r5.ebuild | |
parent | reverting init script change (seems to be a baselayout _pre issue) (diff) | |
download | historical-73cc2c7e215a4b84a3488701b0bd65a3cefce343.tar.gz historical-73cc2c7e215a4b84a3488701b0bd65a3cefce343.tar.bz2 historical-73cc2c7e215a4b84a3488701b0bd65a3cefce343.zip |
fixed typo in einfo
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-sound/edna/edna-0.5-r5.ebuild')
-rw-r--r-- | media-sound/edna/edna-0.5-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/edna/edna-0.5-r5.ebuild b/media-sound/edna/edna-0.5-r5.ebuild index 1eabcf7557b1..92c95753b41f 100644 --- a/media-sound/edna/edna-0.5-r5.ebuild +++ b/media-sound/edna/edna-0.5-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/edna-0.5-r5.ebuild,v 1.2 2005/09/09 04:59:09 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/edna-0.5-r5.ebuild,v 1.3 2005/09/09 22:06:23 nerdboy Exp $ inherit eutils @@ -51,7 +51,7 @@ src_install() { pkg_postinst() { ewarn einfo "Edit edna.conf to taste before starting (multiple source" - einfo "directories are allowed). Test ednad from a shell prompt" + einfo "directories are allowed). Test edna from a shell prompt" einfo "until you have it configured properly, then add edna to" einfo "the default runlevel when you're ready. Add the USE flag" einfo "oggvorbis if you want edna to serve ogg files." |