A new version of femon is now available at: http://www.saunalahti.fi/~rahrenbe/vdr/femon/
2006-09-17: Version 1.1.0
- Added support for svdrpservice plugin (Thanks to Frank Schmirler). - Added INFO SVDRP command (partially based on patch by Herbert Pötzl). - Removed system log option - use SVDRP instead. - Added --remove-destination to the 'cp' command in Makefile.
Note: SVDRP extension has not been tested on mixed clients (local DVB cards and streamdev-client) and requires a current CVS snapshot of streamdev - older versions tend to loose DVB stream when zapping while femon's stream analysis is on.
---
A new version of skinsoppalusikka is now available at: http://www.saunalahti.fi/~rahrenbe/vdr/soppalusikka/
2006-09-17: Version 1.0.2
- Added two new themes (Thanks to Eclipse and Dieter Fauth). - Added "--remove-destination" to the 'cp' command in Makefile.
BR, -- rofa
Dominique Simon wrote:
- Added --remove-destination to the 'cp' command in Makefile.
LinVDR's Busybox can't handle that option. What is it good for?
This matches equal changes in recent VDR Makefiles. From VDR-1.4.1-5:
- Added --remove-destination to the 'cp' command for binaries in the Makefile to avoid a crash in case a new version is installed on a running system (suggested by Petri Hintukainen).
From 1.4.2-3:
- Added --remove-destination to the 'cp' command for binaries in the Makefiles of the plugins (thanks to Rolf Ahrenberg).
I guess, by deleting instead of overwriting, Linux can keep the old running binary on disk until the program terminates. (Files can exist in Unix temporarily without any file name.) As soon as the last program terminates, the disk space is freed.
Cheers,
Udo