summaryrefslogtreecommitdiff
path: root/audio/musicpd/files
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2013-10-01 15:21:44 +0000
committerdrochner <drochner@pkgsrc.org>2013-10-01 15:21:44 +0000
commitff7f63abb47afe151716267035cd7d83f1f79013 (patch)
treefa52b3ae3df9fc31c961e5df327a750c1d8e2e66 /audio/musicpd/files
parent4ef1e4a61a45930ca9dae36178ad0f56cab2d85c (diff)
downloadpkgsrc-ff7f63abb47afe151716267035cd7d83f1f79013.tar.gz
update to 0.17.5
It fixes two protocol bugs and a crash in the mikmod decoder plugin. pkgsrc note: updated the sample config file for current reality
Diffstat (limited to 'audio/musicpd/files')
-rw-r--r--audio/musicpd/files/mpd.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/musicpd/files/mpd.conf b/audio/musicpd/files/mpd.conf
index 50d9ede9f3e..7abfc71195d 100644
--- a/audio/musicpd/files/mpd.conf
+++ b/audio/musicpd/files/mpd.conf
@@ -1,12 +1,12 @@
-# $NetBSD: mpd.conf,v 1.5 2011/03/26 14:18:53 wiz Exp $
+# $NetBSD: mpd.conf,v 1.6 2013/10/01 15:21:44 drochner Exp $
# required
-port "2100"
music_directory "/mp3"
playlist_directory "/mp3"
log_file "/var/log/mpd.log"
# optional
+port "6600"
max_connections "5"
max_command_list_size "2048"
max_output_buffer_size "2048"
@@ -22,10 +22,7 @@ bind_to_address "any"
audio_output {
type "oss"
name "LibAO-OSS"
- driver "oss"
- write_size "1024"
device "/dev/audio"
- options "dsp=@DEVOSSAUDIO@"
}
mixer_type "software"