summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-10-24 13:42:28 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-10-24 13:42:28 +0000
commit233cd8078a6f92ad318f6563beb39a10fe83bc27 (patch)
tree53d84ba01ab00c25d6c4796c80cb99057903292a /media-sound/mpd-svn/files
parentMarked ~ppc. (diff)
downloadgentoo-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-xmedia-sound/mpd-svn/files/mpd.rc64
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() {