diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-04-11 21:31:05 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-04-11 21:31:05 +0000 |
commit | 705ba1721e44381a18725277100f98906955acbb (patch) | |
tree | 4fb07f9e34dc4c8242515c17325d6c01cfcac984 /media-sound/mpd/files | |
parent | amd64/x86 stable, bug #216319 (diff) | |
download | gentoo-2-705ba1721e44381a18725277100f98906955acbb.tar.gz gentoo-2-705ba1721e44381a18725277100f98906955acbb.tar.bz2 gentoo-2-705ba1721e44381a18725277100f98906955acbb.zip |
Adding use net.lo to init.d script. Fixes bug 215801.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'media-sound/mpd/files')
-rwxr-xr-x | media-sound/mpd/files/mpd.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mpd/files/mpd.rc b/media-sound/mpd/files/mpd.rc index d4738d94d2f4..9350972fcff3 100755 --- a/media-sound/mpd/files/mpd.rc +++ b/media-sound/mpd/files/mpd.rc @@ -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.rc,v 1.2 2007/06/12 22:49:02 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.rc,v 1.3 2008/04/11 21:31:05 yngwin Exp $ depend() { need localmount - use netmount nfsmount esound pulseaudio + use net.lo netmount nfsmount esound pulseaudio } checkconfig() { |