aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-28 16:17:18 +0200
committerMax Kellermann <max@duempel.org>2009-07-28 16:17:18 +0200
commit9322f04529659a01ccf313f2883f79d1525de99c (patch)
tree173a66db5800d1187c5308d87f0302dbce92803c /NEWS
parent884201b9190946f157f2b4e2aadb5131051cbb5f (diff)
downloadmpd-9322f04529659a01ccf313f2883f79d1525de99c.tar.gz
mpd-9322f04529659a01ccf313f2883f79d1525de99c.tar.xz
mpd-9322f04529659a01ccf313f2883f79d1525de99c.zip
cmdline: obey $(sysconfdir) for default mpd.conf location
Instead of hard-coding the path "/etc/mpd.conf", use the configured $(sysconfdir) path. This can be set with: ./configure --sysconfdir=/etc Note that this changes the default path to "/usr/local/etc/mpd.conf", given the default prefix "/usr/local". This is actually more correct than the old default.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dd6b15395..6fee901db 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,7 @@ ver 0.16 (20??/??/??)
* log unused/unknown block parameters
* save state when stopped
* renamed option "--stdout" to "--stderr"
+* obey $(sysconfdir) for default mpd.conf location
ver 0.15.1 (2009/07/15)