Removed leftover LSMOD=... line from 'runvdr'

This commit is contained in:
Klaus Schmidinger
2006-05-14 16:03:34 +02:00
parent f9b0db0610
commit cd7aaa0213
2 changed files with 5 additions and 2 deletions

3
runvdr
View File

@@ -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