diff options
author | Max Kellermann <max@duempel.org> | 2009-11-07 17:48:57 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-07 17:48:57 +0100 |
commit | c440faa94dad1a9d7cae4947351a2704a9975cd9 (patch) | |
tree | 553fb4f15e6882a0879d654a65ee2dd49dec4c32 /NEWS | |
parent | 375fd5ed4c33343a82f9e7b728c720e396431e5d (diff) | |
download | mpd-c440faa94dad1a9d7cae4947351a2704a9975cd9.tar.gz mpd-c440faa94dad1a9d7cae4947351a2704a9975cd9.tar.xz mpd-c440faa94dad1a9d7cae4947351a2704a9975cd9.zip |
log: redirect stdout/stderr to /dev/null if syslog is used
Don't hold a file descriptor on root's tty when syslog is used for
logging.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ ver 0.16 (20??/??/??) * removed options --create-db and --no-create-db * state_file: save only if something has changed * database: eliminated maximum line length +* log: redirect stdout/stderr to /dev/null if syslog is used * obey $(sysconfdir) for default mpd.conf location * build with large file support by default * require GLib 2.16 |