diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-14 16:03:34 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-14 16:03:34 +0200 |
commit | cd7aaa021321c29241b4889b022a7434c793d22f (patch) | |
tree | 39c95083161ba0fcf98932c3661df62c249d5a54 /runvdr | |
parent | f9b0db06106ff2a26614ac48e308f16d98fa5d75 (diff) | |
download | vdr-cd7aaa021321c29241b4889b022a7434c793d22f.tar.gz vdr-cd7aaa021321c29241b4889b022a7434c793d22f.tar.bz2 |
Removed leftover LSMOD=... line from 'runvdr'
Diffstat (limited to 'runvdr')
-rwxr-xr-x | runvdr | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -20,12 +20,11 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: runvdr 1.18 2006/05/01 14:51:00 kls Exp $ +# $Id: runvdr 1.19 2006/05/14 16:02:05 kls Exp $ VDRPRG="./vdr" VDRCMD="$VDRPRG -w 60 $*" -LSMOD="`/sbin/lsmod | grep -w '^dvb' | wc -l`" KILL="/usr/bin/killall -q -TERM" # Detect whether the DVB driver is already loaded |