From ada51a334aeb1e378fe852c8b5eede9cbbd05f69 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Wed, 25 Apr 2012 12:08:54 +0000 Subject: avserver: remove daemon mode This code spews a multitude of warnings with glibc (unchecked return values), some of them possibly warranted. Furthermore, the deamonisation is not suitable for use with typical startup scripts as it does not provide the PID of the daemon in any way. Users wishing to run avserver as a daemon can still do so using start-stop-daemon or equivalent tools. Signed-off-by: Mans Rullgard Signed-off-by: Janne Grunau --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index f8079d15fe..33e55a5f18 100644 --- a/Changelog +++ b/Changelog @@ -9,6 +9,7 @@ version : version 9_beta2: - metadata (INFO tag) support in WAV muxer - support for building DLLs using MSVC +- remove avserver daemon mode version 9_beta1: -- cgit v1.2.3