summaryrefslogtreecommitdiff
path: root/runvdr
diff options
context:
space:
mode:
Diffstat (limited to 'runvdr')
-rwxr-xr-xrunvdr4
1 files changed, 2 insertions, 2 deletions
diff --git a/runvdr b/runvdr
index e4847162..93ca06c7 100755
--- a/runvdr
+++ b/runvdr
@@ -18,7 +18,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: runvdr 1.6 2001/06/09 12:20:04 kls Exp $
+# $Id: runvdr 1.7 2001/06/24 17:42:19 kls Exp $
DVBDIR="../DVB/driver"
VDRPRG="./vdr"
@@ -39,6 +39,6 @@ while (true) do
echo "restarting VDR"
$KILLPROC $VDRPRG
sleep 10
- (cd $DVBDIR; make reload)
+ (cd $DVBDIR; make rmmod; make insmod)
date
done