Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 493772

Summary: media-sound/mpdas should install an init script
Product: Gentoo Linux Reporter: eregus
Component: Current packagesAssignee: Christoph Mende (RETIRED) <angelos>
Status: RESOLVED FIXED    
Severity: normal CC: sound
Priority: Normal Keywords: Inclusion
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: /etc/init.d/mpdas

Description eregus 2013-12-09 18:11:43 UTC
mpdas is missing a OpenRC script, so I made one. Here it is:
http://bpaste.net/raw/fdMYCaaDjC0LOwFZuT1z/

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-12-10 10:56:49 UTC
(In reply to eregus from comment #0)
> mpdas is missing a OpenRC script, so I made one. Here it is:
> http://bpaste.net/raw/fdMYCaaDjC0LOwFZuT1z/

Please attach that file to this bug report.
Comment 2 eregus 2013-12-10 15:59:01 UTC
Created attachment 365058 [details]
/etc/init.d/mpdas
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2013-12-10 19:11:33 UTC
Comment on attachment 365058 [details]
/etc/init.d/mpdas

That's not a patch.
Comment 4 Neil 2014-02-17 17:32:19 UTC
MPD already installs (and always has as long as I've used it) with an init-script...

grep '#' /etc/init.d/mpd 
#!/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.3 2013/07/02 14:24:32 jer Exp $

The attached seems simpler.
Comment 5 eregus 2014-02-17 17:35:35 UTC
mpdas ≠ mpd
Comment 6 Christoph Mende (RETIRED) gentoo-dev 2014-03-22 16:59:18 UTC
Thanks, fixed in CVS