About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
angelos 08/10/15 00:01:01 Modified: mpd.rc Log: Removed old, new snapshot, removed die calls from enewuser (bug 237292) and removed --no-create-db from the init script (bug 241840) (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc6 x86_64) Revision Changes Path 1.4 media-sound/mpd/files/mpd.rc file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/files/mpd.rc?rev=1.4&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/files/mpd.rc?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpd/files/mpd.rc?r1=1.3&r2=1.4 Index: mpd.rc =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.rc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mpd.rc 11 Apr 2008 21:31:05 -0000 1.3 +++ mpd.rc 15 Oct 2008 00:01:01 -0000 1.4 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.rc,v 1.3 2008/04/11 21:31:05 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.rc,v 1.4 2008/10/15 00:01:01 angelos Exp $ depend() { need localmount @@ -21,7 +21,7 @@ checkconfig || return 1 ebegin "Starting Music Player Daemon" - /usr/bin/mpd --no-create-db /etc/mpd.conf + /usr/bin/mpd /etc/mpd.conf eend $? }
Updated Jun 19, 2011
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.