public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-cdr/cdemud/files: cdemud.init.d-1.1.0
@ 2009-03-15 21:40 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; 3+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2009-03-15 21:40 UTC (permalink / raw
  To: gentoo-commits

dev-zero    09/03/15 21:40:22

  Modified:             cdemud.init.d-1.1.0
  Log:
  Forgot to remove the -d switch (bug #233904).
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-cdr/cdemud/files/cdemud.init.d-1.1.0

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0?r1=1.1&r2=1.2

Index: cdemud.init.d-1.1.0
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cdemud.init.d-1.1.0	12 Mar 2009 08:06:39 -0000	1.1
+++ cdemud.init.d-1.1.0	15 Mar 2009 21:40:22 -0000	1.2
@@ -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-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 $?
 }
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-cdr/cdemud/files: cdemud.init.d-1.1.0
@ 2009-03-30 16:54 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; 3+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2009-03-30 16:54 UTC (permalink / raw
  To: gentoo-commits

dev-zero    09/03/30 16:54:54

  Modified:             cdemud.init.d-1.1.0
  Log:
  Removed bashishms from init-script.
  (Portage version: 2.1.6.10/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-cdr/cdemud/files/cdemud.init.d-1.1.0

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0?r1=1.2&r2=1.3

Index: cdemud.init.d-1.1.0
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cdemud.init.d-1.1.0	15 Mar 2009 21:40:22 -0000	1.2
+++ cdemud.init.d-1.1.0	30 Mar 2009 16:54:54 -0000	1.3
@@ -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.2 2009/03/15 21:40:22 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0,v 1.3 2009/03/30 16:54:54 dev-zero Exp $
 
 depend() {
 	need dbus
@@ -13,12 +13,12 @@
 
 	start-stop-daemon --quiet --start \
 		--exec /usr/bin/cdemud -- \
-		-d -c /dev/vhba_ctl -n ${CDEMUD_DEVICES:-1} -a ${CDEMUD_AUDIO_DRIVER:null}
+		-d -c /dev/vhba_ctl -n ${CDEMUD_DEVICES} -a ${CDEMUD_AUDIO_DRIVER}
 	eend $?
 }
 
 stop() {
 	ebegin "Stopping CDemu userspace daemon"
-	/usr/bin/cdemud -k; status=$?
-	eend "${status}"
+	/usr/bin/cdemud -k
+	eend $?
 }






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-cdr/cdemud/files: cdemud.init.d-1.1.0
@ 2010-02-09  6:32 Peter Volkov (pva)
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Volkov (pva) @ 2010-02-09  6:32 UTC (permalink / raw
  To: gentoo-commits

pva         10/02/09 06:32:08

  Modified:             cdemud.init.d-1.1.0
  Log:
  Remove bashism from init script, bug #303847 by Michał Górny
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-cdr/cdemud/files/cdemud.init.d-1.1.0

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0?r1=1.3&r2=1.4

Index: cdemud.init.d-1.1.0
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cdemud.init.d-1.1.0	30 Mar 2009 16:54:54 -0000	1.3
+++ cdemud.init.d-1.1.0	9 Feb 2010 06:32:08 -0000	1.4
@@ -1,11 +1,11 @@
 #!/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.3 2009/03/30 16:54:54 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0,v 1.4 2010/02/09 06:32:08 pva Exp $
 
 depend() {
 	need dbus
-	[ "${CDEMUD_AUDIO_DRIVER}" == alsa ] && need alsasound
+	[ "${CDEMUD_AUDIO_DRIVER}" = alsa ] && need alsasound
 }
 
 start() {






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-02-09  6:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-09  6:32 [gentoo-commits] gentoo-x86 commit in app-cdr/cdemud/files: cdemud.init.d-1.1.0 Peter Volkov (pva)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-30 16:54 Tiziano Mueller (dev-zero)
2009-03-15 21:40 Tiziano Mueller (dev-zero)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox