From d67fb2ce5563892d6b6735a82e1262cf35a713d9 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 24 Jun 2001 17:42:19 +0200 Subject: Added Dolby Digital recording/replay --- runvdr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runvdr') 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 -- cgit v1.2.3