#! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 # Public domain # $Id: mkinstalldirs,v 1.2 2003/02/27 07:43:11 reinelt Exp $ errstatus=0 for file do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift pathcomp= for d do pathcomp="$pathcomp$d" case "$pathcomp" in -* ) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr fi fi pathcomp="$pathcomp/" done done exit $errstatus # mkinstalldirs ends here 37d11d792071fdcd8540126ffec007b9065'/> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-s/Intelsat-1R-45.0W (unfollow)
s are now fatal and the dvb-t/ke-Nairobi file is failing to convert at the moment. Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
AgeCommit message (Expand)AuthorFilesLines
2011-09-08update scan file for es-DonostiaChristoph Pfister1-11/+10
2011-09-08update scan file for Thor-1.0WChristoph Pfister1-1/+30
2011-09-08update scan file for hr-AllChristoph Pfister1-11/+11
2011-09-08update scan file for de-BerlinChristoph Pfister1-1/+1
2011-07-16update scan file for de-BerlinChristoph Pfister1-0/+1
2011-07-16update scan file for de-BerlinChristoph Pfister1-5/+4
2011-07-16update scan files for sk-*Christoph Pfister26-42/+143
2011-07-16remove outdated scan files fr-*Christoph Pfister18-272/+0
2011-07-16update scan file us-Cable-Standard-center-frequencies-QAM256Christoph Pfister1-0/+36
2011-06-26update scan file for au-Sydney_North_ShoreChristoph Pfister1-1/+1
2019-03-25UPC Czech Republic: added mux 538 MHz with 256 QAMJosef Schlehofer1-5/+13
2019-03-25UPC Czech Republic: added more muxes and change QAM/256 on 626 MHzJosef Schlehofer1-3/+19
They recently changed QAM to 256 (from 64) on 626 MHz Source: https://www.upczone.cz/topic/5650-nov%C3%A9-stanice/?do=findComment&comment=98118
2019-03-25Update Astra-19.2ECvH1-4/+5
2019-03-14Intelsat-907-27.5W: update from current LyngSat dataMauro Carvalho Chehab1-24/+197
Update channel list from LyngSat. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-03-14Intelsat-905-24.5W: update from current LyngSat dataMauro Carvalho Chehab1-18/+711
Update channel list from LyngSat. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-03-14Add missing satellitesMauro Carvalho Chehab219-2/+61017
The entries for those satellites were obtained from www.lyngsat.com via script. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>