/var/lib/video/epg.data (/var/cache/vdr)

Thomas Günther pkg-vdr-dvb-devel@lists.alioth.debian.org
Wed, 27 Oct 2004 11:59:42 +0200


Thomas Schmidt wrote:
> I removed the echo, because it leads to an output like this:
> 
> root@warp:/home/chelli$ /etc/init.d/vdr restart
> Restarting Linux Video Disk Recorder: vdr
> Searching for plugins: prefermenu dvd games vcd
> .
> 
> And the third line does not contain any useful information, so when
> removing the echo it looks like this:
> 
> root@warp:/home/chelli$ /etc/init.d/vdr restart
> Restarting Linux Video Disk Recorder: vdr
> Searching for plugins: prefermenu dvd games vcd.

In ctvdr it looks like this without the echo:

root@vdr:/usr/lib/vdr/plugins# /etc/init.d/vdr start

Searching for plugins (VDR 1.2.6): tvonscreen osdpip mp3 mplayer dvd vcd
vdrrip image games solitaire console calendar timeline femon osdteletext
clock mailbox playlist scanner screenshot teletext ttxtsubs
autotimeredit vdrc dvdselect control undeleteChecking remotes LIRC KBD
Starting Linux Video Disk Recorder: vdr .

We could output the newline before the "Checking" in
/usr/lib/vdrdevel/remotes-loader.sh. But moreover I think it's time to
equalize the init script as much as possible.

Thomas