summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/cdemud/files')
-rw-r--r--app-cdr/cdemud/files/cdemud.init.d-1.1.04
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/cdemud/files/cdemud.init.d-1.1.0 b/app-cdr/cdemud/files/cdemud.init.d-1.1.0
index 7ce4ff538138..e50fa5838b4c 100644
--- a/app-cdr/cdemud/files/cdemud.init.d-1.1.0
+++ b/app-cdr/cdemud/files/cdemud.init.d-1.1.0
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0,v 1.1 2009/03/12 08:06:39 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0,v 1.2 2009/03/15 21:40:22 dev-zero Exp $
depend() {
need dbus
@@ -13,7 +13,7 @@ start() {
start-stop-daemon --quiet --start \
--exec /usr/bin/cdemud -- \
- -s -d -c /dev/vhba_ctl -n ${CDEMUD_DEVICES:-1} -a ${CDEMUD_AUDIO_DRIVER:null}
+ -d -c /dev/vhba_ctl -n ${CDEMUD_DEVICES:-1} -a ${CDEMUD_AUDIO_DRIVER:null}
eend $?
}