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

@@ -3886,6 +3886,7 @@ Video Disk Recorder Revision History
- The 'sub-title' and 'bottom text' in the CAM menu can now consist of several lines.
- Improved the CAM enquiry menu.
2005-10-08: Version 1.3.35
2005-10-09: Version 1.3.35
- Updated 'sources.conf' (thanks to Philip Prindeville).
- Now using daemon() instead of fork() to run VDR in daemon mode (thanks to Enrico Scholz).