diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2009-03-15 21:40:22 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2009-03-15 21:40:22 +0000 |
commit | 5c7755e1e15d9e52adb1d368f16aadee98aa5c92 (patch) | |
tree | b69833ccf0d59d0315c8ff3246fbb6f0f90572ef /app-cdr/cdemud/files | |
parent | x86 stable, bug #260063 (diff) | |
download | historical-5c7755e1e15d9e52adb1d368f16aadee98aa5c92.tar.gz historical-5c7755e1e15d9e52adb1d368f16aadee98aa5c92.tar.bz2 historical-5c7755e1e15d9e52adb1d368f16aadee98aa5c92.zip |
Forgot to remove the -d switch (bug #233904).
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'app-cdr/cdemud/files')
-rw-r--r-- | app-cdr/cdemud/files/cdemud.init.d-1.1.0 | 4 |
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 $? } |