diff options
-rw-r--r-- | media-sound/pulseaudio/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-0.9.5-r4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/pulseaudio/ChangeLog b/media-sound/pulseaudio/ChangeLog index 99c66bbb5650..3b77ebfae1c0 100644 --- a/media-sound/pulseaudio/ChangeLog +++ b/media-sound/pulseaudio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/pulseaudio -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.46 2006/12/21 14:31:17 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.47 2007/02/26 16:12:03 zzam Exp $ + + 26 Feb 2007; Matthias Schwarzott <zzam@gentoo.org> + pulseaudio-0.9.5-r4.ebuild: + Corrected name of init-script in elog-message. 21 Dec 2006; Bryan Østergaard <kloeri@gentoo.org> pulseaudio-0.9.5-r4.ebuild: diff --git a/media-sound/pulseaudio/pulseaudio-0.9.5-r4.ebuild b/media-sound/pulseaudio/pulseaudio-0.9.5-r4.ebuild index db1fcf95a38f..20a6c001e0a8 100644 --- a/media-sound/pulseaudio/pulseaudio-0.9.5-r4.ebuild +++ b/media-sound/pulseaudio/pulseaudio-0.9.5-r4.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/media-sound/pulseaudio/pulseaudio-0.9.5-r4.ebuild,v 1.13 2006/12/21 14:31:17 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.5-r4.ebuild,v 1.14 2007/02/26 16:12:03 zzam Exp $ inherit eutils libtool # autotools @@ -114,7 +114,7 @@ src_install() { pkg_postinst() { elog "PulseAudio in Gentoo can use a system-wide pulseaudio daemon." - elog "This support is enabled by starting the pulsedaemon init.d ." + elog "This support is enabled by starting the pulseaudio init.d ." elog "To be able to access that you need to be in the group pulse-access." elog "For more information about system-wide support, please refer to" elog " http://pulseaudio.org/wiki/SystemWideInstance" |