Now using daemon() instead of fork() to run VDR in daemon mode

This commit is contained in:
Klaus Schmidinger
2005-10-09 10:05:21 +02:00
parent e83482945d
commit 6a8e2a99cb
3 changed files with 7 additions and 9 deletions

View File

@@ -1505,3 +1505,6 @@ Alexander Rieger <Alexander.Rieger@inka.de>
Philip Prindeville <philipp_subx@redfish-solutions.com>
for updates to 'sources.conf'
Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
for making VDR use use daemon() instead of fork() to run in daemon mode