diff options
author | 2009-05-20 16:33:21 +0000 | |
---|---|---|
committer | 2009-05-20 16:33:21 +0000 | |
commit | 67feb6792add0a10b4b043c3d7851c80fd77722f (patch) | |
tree | 3262d63f4baf99bd44c4f31ea25bdec3a225ceb3 /media-sound/mpd/files | |
parent | Add ~sparc wrt #263080 (diff) | |
download | gentoo-2-67feb6792add0a10b4b043c3d7851c80fd77722f.tar.gz gentoo-2-67feb6792add0a10b4b043c3d7851c80fd77722f.tar.bz2 gentoo-2-67feb6792add0a10b4b043c3d7851c80fd77722f.zip |
old
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/mpd/files')
-rw-r--r-- | media-sound/mpd/files/0.13.2-mpdconf.patch | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/media-sound/mpd/files/0.13.2-mpdconf.patch b/media-sound/mpd/files/0.13.2-mpdconf.patch deleted file mode 100644 index d37f629d5cac..000000000000 --- a/media-sound/mpd/files/0.13.2-mpdconf.patch +++ /dev/null @@ -1,51 +0,0 @@ ---- doc/mpdconf.example 2006-09-15 03:39:30.000000000 +0200 -+++ doc/mpdconf.example.gentoo 2006-09-16 19:57:42.000000000 +0200 -@@ -1,12 +1,12 @@ --# An example configuration file for MPD -+# A default Gentoo configuration file for MPD - # See the mpd.conf man page for a more detailed description of each parameter. - - ######################## REQUIRED PATHS ######################## --music_directory "~/music" --playlist_directory "~/.mpd/playlists" --db_file "~/.mpd/mpd.db" --log_file "~/.mpd/mpd.log" --error_file "~/.mpd/mpd.error" -+music_directory "/var/lib/mpd/music" -+playlist_directory "/var/lib/mpd/playlists" -+db_file "/var/lib/mpd/database" -+log_file "/var/log/mpd/mpd.log" -+error_file "/var/log/mpd/mpd.error.log" - ################################################################ - - -@@ -15,13 +15,13 @@ - # If you wish to use mpd --kill to stop MPD, then you must - # specify a file here in which to store MPD's process ID. - # --#pid_file "~/.mpd/mpd.pid" -+pid_file "/var/run/mpd/mpd.pid" - # - # If specified, MPD will save its current state (playlist, - # current song, playing/paused, etc.) at exit. This will be - # used to restore the session the next time it is run. - # --#state_file "~/.mpd/mpdstate" -+state_file "/var/lib/mpd/state" - # - ################################################################ - -@@ -33,11 +33,11 @@ - # started by. If left unspecified, MPD will not drop root - # privileges at all (not recommended). - # --#user "nobody" -+user "mpd" - # - # The address and port to listen on. - # --#bind_to_address "any" -+bind_to_address "localhost" - #port "6600" - # - # Controls the amount of information that is logged. Can be |