aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-15 16:47:21 +0100
committerMax Kellermann <max@duempel.org>2009-02-15 16:47:21 +0100
commit98994c59390afd09fdb4f81c35da2545f2e64328 (patch)
tree8f6f624d9eb15deec16efa3812427e5717a5135d /NEWS
parent59e62d95bd7746cfebb9458ec17d216d9b86633e (diff)
downloadmpd-98994c59390afd09fdb4f81c35da2545f2e64328.tar.gz
mpd-98994c59390afd09fdb4f81c35da2545f2e64328.tar.xz
mpd-98994c59390afd09fdb4f81c35da2545f2e64328.zip
daemon: ignore "user" setting if already running as that user
If mpd.conf specifies a user, and MPD is invoked by exactly this user, ignore the "user" setting. Don't bother to look up its groups and don't attempt to change uid, it won't work anyway.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 001c32fb5..5559c0b40 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,7 @@ ver 0.15 - (200?/??/??)
* playlist_directory and music_directory are optional
* playlist: recalculate the queued song after random is toggled
* playlist: don't unpause on delete
+* daemon: ignore "user" setting if already running as that user
ver 0.14.2 (2009/02/13)