No more daemon mode with REMOTE=KBD

This commit is contained in:
Klaus Schmidinger
2000-09-20 16:49:49 +02:00
parent 9600eaf3f1
commit d991a8c702
2 changed files with 7 additions and 4 deletions

View File

@@ -168,7 +168,7 @@ Video Disk Recorder Revision History
entered so far together with the name of that channel are displayed on the
OSD (suggested by Martin Hammerschmid).
2000-09-19: Version 0.64
2000-09-20: Version 0.64
- NOTE: If you are using DVB driver version 0.7 you need to load the dvb.o
module with option outstream=0, so your insmod statement should read
@@ -201,3 +201,6 @@ Video Disk Recorder Revision History
- Fixed a buffer overflow in EIT parsing.
- Added a security warning regarding SVDRP to the INSTALL file.
- Fixed 'confirm' dialog.
- The daemon mode (option '-d') now no longer works with REMOTE=KBD (there
is no stdin in daemon mode, so KBD makes no sense - plus it sometimes
crashed).