#! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 # Public domain # $Id: mkinstalldirs,v 1.1 2000/03/10 12:02:43 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 2dadd4945cf7f75c8e348ce'/> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/se-Rojdafors (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-09Delete Eurobird1-28.5E tuning file (satellite moved)Nick Morrott1-26/+0
2016-05-28Fix some channels that fail to parseMauro Carvalho Chehab2-5/+1
2016-05-28isdb-t: Fix frequencies on channels at the VHF rangeMauro Carvalho Chehab15-34/+34
2016-05-28Hispasat-30.0W: fix delivery systemMauro Carvalho Chehab1-1/+1
2016-05-28dvb-t/pl-Szczecin: Fix tableMauro Carvalho Chehab1-30/+30
2016-05-28ca-AB-Calgary: move the newer version to atscMauro Carvalho Chehab2-49/+14
2016-05-09Errors in scan fileBob Goddard1-0/+21
2016-05-06Update dvb-s/Astra-28E with new transponders and correctionsBob Goddard1-3/+24
2016-05-01Add new Brazilian channel listsMauro Carvalho Chehab305-49/+17876
2016-05-01Update Brazilian channel lists to reflect latest statusMauro Carvalho Chehab990-2504/+18744