mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed leftover LSMOD=... line from 'runvdr'
This commit is contained in:
parent
f9b0db0610
commit
cd7aaa0213
4
HISTORY
4
HISTORY
@ -4715,3 +4715,7 @@ Video Disk Recorder Revision History
|
||||
events.
|
||||
- Fixed automatically updating the CAM menu in case the whole operation (for
|
||||
instance a firmware update) takes longer than the menu timeout.
|
||||
|
||||
2006-05-14: Version 1.4.0-2
|
||||
|
||||
- Removed leftover LSMOD=... line from 'runvdr'.
|
||||
|
3
runvdr
3
runvdr
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user