OSDN Git Service

avserver: remove daemon mode
authorMans Rullgard <mans@mansr.com>
Wed, 25 Apr 2012 12:08:54 +0000 (12:08 +0000)
committerJanne Grunau <janne-libav@jannau.net>
Thu, 15 Nov 2012 16:36:14 +0000 (17:36 +0100)
commitada51a334aeb1e378fe852c8b5eede9cbbd05f69
treed541ae47107863e9987bb52507dc8ed6381d6db0
parent9eded0fe412e610ee8944681d5c554b723463e96
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 <mans@mansr.com>
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
Changelog
avserver.c
doc/avserver.conf
doc/avserver.texi