summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-20 16:33:21 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-20 16:33:21 +0000
commit67feb6792add0a10b4b043c3d7851c80fd77722f (patch)
tree3262d63f4baf99bd44c4f31ea25bdec3a225ceb3 /media-sound/mpd
parentAdd ~sparc wrt #263080 (diff)
downloadgentoo-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')
-rw-r--r--media-sound/mpd/Manifest1
-rw-r--r--media-sound/mpd/files/0.13.2-mpdconf.patch51
2 files changed, 0 insertions, 52 deletions
diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index 2d976e2be7a1..1b26762c236d 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,4 +1,3 @@
-AUX 0.13.2-mpdconf.patch 2034 RMD160 6cd9198056b813e8c6015275db800fc99da63f6f SHA1 e7321b8125088cc77bffa2553fbd9783da4d242f SHA256 b7ed811c9e72d5ff18a0fe27845dc8a52259ffcfcde14306a00b390dbfaebc7e
AUX 0.14.2-mpdconf.patch 2835 RMD160 db96c64f9ca1f7ab74ab3a0d1205a32b4bb7c755 SHA1 70a087a8de4b6abd185cb223d738db1f5544b9d8 SHA256 b31d7f3d426b9183b354cedeb1757f05c0ad7724a97c8c1bc7cc75cbfcac80cc
AUX 0.15_beta2-mpdconf.patch 3125 RMD160 4e48dfaee8d7fbb9b0615efb19b223c74f0b0b34 SHA1 45df89770e81e74eae18a8ae6f9ab66671320c95 SHA256 706ff3f0f46ab3d71fd29f1c16b781dfd44dee5cde8091b52ccd2f2fd9af0058
AUX mpd.rc 659 RMD160 56b7161cb0310a25c0164cd2abeeba13a9c60625 SHA1 bafa73ef83107a606f27e1a0c11761cb56eb72bd SHA256 c5895f9124474dfbec572d69dd31bc54c0c46d3bcf2ddd0c0e67c182af025664
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