public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/mpd/files: mpd-0.16.conf.patch
@ 2010-12-13  3:01 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-12-13  3:01 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/12/13 03:01:08

  Added:                mpd-0.16.conf.patch
  Log:
  Version bump
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-sound/mpd/files/mpd-0.16.conf.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd-0.16.conf.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd-0.16.conf.patch?rev=1.1&content-type=text/plain

Index: mpd-0.16.conf.patch
===================================================================
Index: mpd-0.16/doc/mpdconf.example
===================================================================
--- mpd-0.16.orig/doc/mpdconf.example
+++ mpd-0.16/doc/mpdconf.example
@@ -10,14 +10,14 @@
 # be disabled and audio files will only be accepted over ipc socket (using
 # file:// protocol) or streaming files over an accepted protocol.
 #
-#music_directory		"~/music"
+music_directory			"/var/lib/mpd/music"
 #
 # This setting sets the MPD internal playlist directory. The purpose of this
 # directory is storage for playlists created by MPD. The server will use 
 # playlist files not created by the server but only if they are in the MPD
 # format. This setting defaults to playlist saving being disabled.
 #
-#playlist_directory		"~/.mpd/playlists"
+playlist_directory		"/var/lib/mpd/playlists"
 #
 # This setting sets the location of the MPD database. This file is used to
 # load the database at server start up and store the database while the 
@@ -25,7 +25,7 @@
 # MPD to accept files over ipc socket (using file:// protocol) or streaming
 # files over an accepted protocol.
 #
-#db_file			"~/.mpd/database"
+db_file			"/var/lib/mpd/database"
 # 
 # These settings are the locations for the daemon log files for the daemon.
 # These logs are great for troubleshooting, depending on your log_level
@@ -34,7 +34,7 @@
 # The special value "syslog" makes MPD use the local syslog daemon. This
 # setting defaults to logging to syslog, otherwise logging is disabled.
 #
-#log_file			"~/.mpd/log"
+log_file			"/var/lib/mpd/log"
 #
 # This setting sets the location of the file which stores the process ID
 # for use of mpd --kill and some init scripts. This setting is disabled by
@@ -47,7 +47,7 @@
 # it was brought down. This setting is disabled by default and the server 
 # state will be reset on server start up.
 #
-#state_file			"~/.mpd/state"
+state_file			"/var/lib/mpd/state"
 #
 # The location of the sticker database.  This is a database which
 # manages dynamic information attached to songs.
@@ -64,7 +64,7 @@
 # initialization. This setting is disabled by default and MPD is run as the
 # current user.
 #
-#user				"nobody"
+user				"mpd"
 #
 # This setting specifies the group that MPD will run as. If not specified
 # primary group of user specified with "user" setting will be used (if set).
@@ -78,10 +78,10 @@
 # This setting can deny access to control of the daemon.
 #
 # For network
-#bind_to_address		"any"
+bind_to_address		"localhost"
 #
 # And for Unix Socket
-#bind_to_address		"~/.mpd/socket"
+bind_to_address		"/var/lib/mpd/soicket"
 #
 # This setting is the TCP port that is desired for the daemon to get assigned
 # to.






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

* [gentoo-commits] gentoo-x86 commit in media-sound/mpd/files: mpd-0.16.conf.patch
@ 2010-12-14 11:37 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-12-14 11:37 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/12/14 11:37:22

  Modified:             mpd-0.16.conf.patch
  Log:
  Fix typo
  
  (Portage version: 2.2.0_alpha8/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-sound/mpd/files/mpd-0.16.conf.patch

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

Index: mpd-0.16.conf.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd-0.16.conf.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpd-0.16.conf.patch	13 Dec 2010 03:01:08 -0000	1.1
+++ mpd-0.16.conf.patch	14 Dec 2010 11:37:22 -0000	1.2
@@ -64,7 +64,7 @@
  #
  # And for Unix Socket
 -#bind_to_address		"~/.mpd/socket"
-+bind_to_address		"/var/lib/mpd/soicket"
++bind_to_address		"/var/lib/mpd/socket"
  #
  # This setting is the TCP port that is desired for the daemon to get assigned
  # to.






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

* [gentoo-commits] gentoo-x86 commit in media-sound/mpd/files: mpd-0.16.conf.patch
@ 2011-05-04 18:07 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2011-05-04 18:07 UTC (permalink / raw
  To: gentoo-commits

angelos     11/05/04 18:07:24

  Modified:             mpd-0.16.conf.patch
  Log:
  Patch mpdconf.dist instead of mpdconf.example so we install upstream's example with the docs
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-sound/mpd/files/mpd-0.16.conf.patch

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

Index: mpd-0.16.conf.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd-0.16.conf.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpd-0.16.conf.patch	14 Dec 2010 11:37:22 -0000	1.2
+++ mpd-0.16.conf.patch	4 May 2011 18:07:24 -0000	1.3
@@ -1,7 +1,7 @@
-Index: mpd-0.16/doc/mpdconf.example
+Index: mpd-0.16/doc/mpdconf.dist
 ===================================================================
---- mpd-0.16.orig/doc/mpdconf.example
-+++ mpd-0.16/doc/mpdconf.example
+--- mpd-0.16.orig/doc/mpdconf.dist
++++ mpd-0.16/doc/mpdconf.dist
 @@ -10,14 +10,14 @@
  # be disabled and audio files will only be accepted over ipc socket (using
  # file:// protocol) or streaming files over an accepted protocol.






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

end of thread, other threads:[~2011-05-04 18:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-14 11:37 [gentoo-commits] gentoo-x86 commit in media-sound/mpd/files: mpd-0.16.conf.patch Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-04 18:07 Christoph Mende (angelos)
2010-12-13  3:01 Markos Chandras (hwoarang)

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