diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-10-16 20:27:48 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-10-16 20:27:48 +0000 |
commit | 4bcf4f1c82fd00ecd0b450a81b3f204f5f6242d7 (patch) | |
tree | f16357a84887b4cbd75ce15d94992cc8c08f6284 /media-sound/mpd/files | |
parent | Improved pkg_postinst because of bug #109482. (diff) | |
download | gentoo-2-4bcf4f1c82fd00ecd0b450a81b3f204f5f6242d7.tar.gz gentoo-2-4bcf4f1c82fd00ecd0b450a81b3f204f5f6242d7.tar.bz2 gentoo-2-4bcf4f1c82fd00ecd0b450a81b3f204f5f6242d7.zip |
Use 'after alsasound' instead of 'use alsasound' in the initscript. Closes bug #999969, reported by Mike Kelly <pioto01 at gmail.com>.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'media-sound/mpd/files')
-rw-r--r-- | media-sound/mpd/files/mpd.rc6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mpd/files/mpd.rc6 b/media-sound/mpd/files/mpd.rc6 index 24000223348a..934f866dccbd 100644 --- a/media-sound/mpd/files/mpd.rc6 +++ b/media-sound/mpd/files/mpd.rc6 @@ -1,11 +1,11 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.rc6,v 1.13 2005/05/05 14:31:56 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.rc6,v 1.14 2005/10/16 20:27:48 ticho Exp $ depend() { need localmount - use alsasound + after alsasound } checkconfig() { |