summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-03-16 16:22:12 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-03-16 16:22:12 +0100
commit986f4679936cb0afe7afe3be58bfe5584ed378de (patch)
tree77c6c0b8bb1310bdc47c2ba34ecfb1e1e370ed13 /HISTORY
parentf7d6a96935617ac43c7db0845330b957c96f603b (diff)
downloadvdr-986f4679936cb0afe7afe3be58bfe5584ed378de.tar.gz
vdr-986f4679936cb0afe7afe3be58bfe5584ed378de.tar.bz2
Replaced 'killproc' with 'killall' in 'runvdr'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 7d7cd391..1855a852 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1107,3 +1107,7 @@ Video Disk Recorder Revision History
(like the EPG descriptions or the results of commands executed from the
"Commands" menu).
- Fixed high CPU usage in transfer mode.
+- Replaced 'killproc' with 'killall' in 'runvdr', since apparently 'killproc'
+ is not available by default on some Linux distributions, whereas 'killall' is.
+ Please check if your system provides 'killall' - if it doesn't, please change
+ this back in 'runvdr' and report this (thanks to Achim Lange).