public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/mpd/files: mpd.init
@ 2013-05-19 16:23 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2013-05-19 16:23 UTC (permalink / raw
  To: gentoo-commits

angelos     13/05/19 16:23:00

  Modified:             mpd.init
  Log:
  Fix typo in init script (bug #470010)
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)

Revision  Changes    Path
1.2                  media-sound/mpd/files/mpd.init

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.init?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.init?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.init?r1=1.1&r2=1.2

Index: mpd.init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpd.init	10 Sep 2010 07:55:07 -0000	1.1
+++ mpd.init	19 May 2013 16:23:00 -0000	1.2
@@ -1,11 +1,11 @@
 #!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.init,v 1.1 2010/09/10 07:55:07 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.init,v 1.2 2013/05/19 16:23:00 angelos Exp $
 
 depend() {
 	need localmount
-	use net netmount nfsmount alsa esound pulseaudio
+	use net netmount nfsmount alsasound esound pulseaudio
 } 
 
 checkconfig() {





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

* [gentoo-commits] gentoo-x86 commit in media-sound/mpd/files: mpd.init
@ 2013-07-02 14:24 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2013-07-02 14:24 UTC (permalink / raw
  To: gentoo-commits

jer         13/07/02 14:24:32

  Modified:             mpd.init
  Log:
  Whitespace.
  
  (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  media-sound/mpd/files/mpd.init

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.init?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.init?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.init?r1=1.2&r2=1.3

Index: mpd.init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpd.init	19 May 2013 16:23:00 -0000	1.2
+++ mpd.init	2 Jul 2013 14:24:32 -0000	1.3
@@ -1,12 +1,12 @@
 #!/sbin/runscript
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.init,v 1.2 2013/05/19 16:23:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.init,v 1.3 2013/07/02 14:24:32 jer Exp $
 
 depend() {
 	need localmount
 	use net netmount nfsmount alsasound esound pulseaudio
-} 
+}
 
 checkconfig() {
 	if ! [ -f /etc/mpd.conf ]; then
@@ -20,7 +20,7 @@
 start() {
 	checkconfig || return 1
 
-	ebegin "Starting Music Player Daemon" 
+	ebegin "Starting Music Player Daemon"
 	start-stop-daemon --start --quiet --background --exec /usr/bin/mpd --pidfile /var/run/mpd.pid --make-pidfile -- --no-daemon /etc/mpd.conf 2>/dev/null
 	eend $?
 }
@@ -28,5 +28,5 @@
 stop() {
 	ebegin "Stopping Music Player Daemon"
 	start-stop-daemon --stop --exec /usr/bin/mpd --pidfile /var/run/mpd.pid
-	eend $? 
+	eend $?
 }





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

* [gentoo-commits] gentoo-x86 commit in media-sound/mpd/files: mpd.init
@ 2014-03-30  7:45 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2014-03-30  7:45 UTC (permalink / raw
  To: gentoo-commits

angelos     14/03/30 07:45:26

  Modified:             mpd.init
  Log:
  Add --wait to init script to catch errors on startup
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)

Revision  Changes    Path
1.4                  media-sound/mpd/files/mpd.init

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.init?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.init?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.init?r1=1.3&r2=1.4

Index: mpd.init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.init,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mpd.init	2 Jul 2013 14:24:32 -0000	1.3
+++ mpd.init	30 Mar 2014 07:45:26 -0000	1.4
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.init,v 1.3 2013/07/02 14:24:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.init,v 1.4 2014/03/30 07:45:26 angelos Exp $
 
 depend() {
 	need localmount
@@ -21,7 +21,7 @@
 	checkconfig || return 1
 
 	ebegin "Starting Music Player Daemon"
-	start-stop-daemon --start --quiet --background --exec /usr/bin/mpd --pidfile /var/run/mpd.pid --make-pidfile -- --no-daemon /etc/mpd.conf 2>/dev/null
+	start-stop-daemon --start --quiet --background --wait 50 --exec /usr/bin/mpd --pidfile /var/run/mpd.pid --make-pidfile -- --no-daemon /etc/mpd.conf 2>/dev/null
 	eend $?
 }
 





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

end of thread, other threads:[~2014-03-30  7:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-30  7:45 [gentoo-commits] gentoo-x86 commit in media-sound/mpd/files: mpd.init Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-02 14:24 Jeroen Roovers (jer)
2013-05-19 16:23 Christoph Mende (angelos)

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