summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-01-30 01:19:05 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-01-30 01:19:05 +0000
commit38783661a9ace888ee452a63fd8f2fba5876e8b7 (patch)
tree6db56342ebfd2eb309f994152b4090ec2099ab0b /media-sound/daapd/files
parentRevision bump; apply debian patch to fix many critters - bug 79372. (diff)
downloadgentoo-2-38783661a9ace888ee452a63fd8f2fba5876e8b7.tar.gz
gentoo-2-38783661a9ace888ee452a63fd8f2fba5876e8b7.tar.bz2
gentoo-2-38783661a9ace888ee452a63fd8f2fba5876e8b7.zip
slightly modified the init script to fix bug #76088
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-sound/daapd/files')
-rw-r--r--media-sound/daapd/files/daapd.init.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/daapd/files/daapd.init.d b/media-sound/daapd/files/daapd.init.d
index 3e88b53bbe24..37c41ab25276 100644
--- a/media-sound/daapd/files/daapd.init.d
+++ b/media-sound/daapd/files/daapd.init.d
@@ -1,7 +1,7 @@
#!/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/daapd/files/daapd.init.d,v 1.3 2004/10/05 08:49:45 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/daapd/files/daapd.init.d,v 1.4 2005/01/30 01:19:05 luckyduck Exp $
depend() {
need net
@@ -24,7 +24,7 @@ start() {
start-stop-daemon --start --quiet --pidfile /var/run/daapd.pid \
--background --make-pidfile \
- ${SSD_OPTS} --startas /usr/bin/daapd ${DAAPD_OPTS}
+ ${SSD_OPTS} --startas /usr/bin/daapd -- ${DAAPD_OPTS}
eend $? "Failed to start daapd"
}