diff options
author | 2005-10-24 13:42:28 +0000 | |
---|---|---|
committer | 2005-10-24 13:42:28 +0000 | |
commit | 233cd8078a6f92ad318f6563beb39a10fe83bc27 (patch) | |
tree | 53d84ba01ab00c25d6c4796c80cb99057903292a /media-sound/mpd-svn/files | |
parent | Marked ~ppc. (diff) | |
download | gentoo-2-233cd8078a6f92ad318f6563beb39a10fe83bc27.tar.gz gentoo-2-233cd8078a6f92ad318f6563beb39a10fe83bc27.tar.bz2 gentoo-2-233cd8078a6f92ad318f6563beb39a10fe83bc27.zip |
Use nfsmount in initscript depend(). Closes bug #110065, reported by Daniel Willmann <willmann.daniel at web.de>.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'media-sound/mpd-svn/files')
-rwxr-xr-x | media-sound/mpd-svn/files/mpd.rc6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mpd-svn/files/mpd.rc6 b/media-sound/mpd-svn/files/mpd.rc6 index 46fbb69b39ed..b6d596d67750 100755 --- a/media-sound/mpd-svn/files/mpd.rc6 +++ b/media-sound/mpd-svn/files/mpd.rc6 @@ -1,13 +1,13 @@ #!/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-svn/files/mpd.rc6,v 1.3 2005/10/17 00:52:17 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd-svn/files/mpd.rc6,v 1.4 2005/10/24 13:42:28 ticho Exp $ pidfile="/var/run/mpd/mpd.pid" depend() { need localmount - use netmount + use netmount nfsmount } checkconfig() { |