diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-14 11:49:42 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-14 11:49:42 +0100 |
commit | 0ef577f43a7671484aa1f40fcfb1386e4d0feef6 (patch) | |
tree | d84424f3cdf2f0d5fae5b7b9fd7a65425fdfaa8f | |
parent | 8763908621964a6219d3129f9995828882ea4c6a (diff) | |
download | vdr-0ef577f43a7671484aa1f40fcfb1386e4d0feef6.tar.gz vdr-0ef577f43a7671484aa1f40fcfb1386e4d0feef6.tar.bz2 |
Added a missing '-' to the example for viewing a grabbed image on a remote host
-rw-r--r-- | CONTRIBUTORS | 4 | ||||
-rw-r--r-- | HISTORY | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 659ece05..58fa14ff 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1638,3 +1638,7 @@ Ingo Schneider <mail@ingo-schneider.de> Patrick Cernko <errror@errror.org> for suggesting to add a note about "modprobe capability" to INSTALL + +Philippe Gramoullé <philippe@gramoulle.com> + for reporting a a missing '-' in the example for viewing a grabbed image on a remote + host @@ -4029,7 +4029,7 @@ Video Disk Recorder Revision History name (based on a suggestion from Darren Salt). A simple way of viewing a grabbed image on a remote host is: - svdrpsend.pl -d <hostname> 'grab -' | sed -n -e 's/^216-//p' -e '1ibegin-base64 644 -' -e '$a====' | uudecode | display + svdrpsend.pl -d <hostname> 'grab -' | sed -n -e 's/^216-//p' -e '1ibegin-base64 644 -' -e '$a====' | uudecode | display - - The new command line option '-g' must be given if the SVDRP command GRAB shall be allowed to write image files to disk. The parameter to this option @@ -4168,3 +4168,5 @@ Video Disk Recorder Revision History - Added a note about "modprobe capability" to INSTALL (suggested by Patrick Cernko). - Fixed canonicalizing the file name in the SVDRP command GRAB to allow full path names (thanks to Stefan Huelswitt). +- Added a missing '-' to the example for viewing a grabbed image on a remote host + (reported by Philippe Gramoullé). |