#! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 # Public domain # $Id$ # $URL$ 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 dden' name='id' value='504707119fb7880fd370e1e4877c5579ade3ed71'/> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-c/se-comhem (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-28Fix russian and ukranian DVB-T2 muxes.CrazyCat7-97/+0
2015-03-28Update and fix multistream transponders.CrazyCat6-118/+55
2015-03-28Update Athens (Greece) configurationDiomidis Spinellis1-7/+65
2015-03-28dtv-scan-tables: update dvb-t/au-SunshineCoastBrian Burch1-10/+10
2015-01-18COM 7 and Local TV Updatessilid16-17/+236
2015-01-11dvb-t scan tablesAdam Laurie1-6/+6
2015-01-11Sirius-5.0E: complete update based on kingofsat.net dataOlli Salonen1-78/+111
2014-12-21dtv-scan-tables: update dvb-t/au-BrisbaneBrian Burch1-2/+2
2014-12-21updateOlliver Schinagl1-9/+9
2014-11-30dtv-scan-tables: fix the DNA muxes in Finland to DVB-T2Olli Salonen34-102/+102
2014-11-30dtv-scan-tables: add mux H to stations transmitting it in FinlandOlli Salonen6-30/+60
2014-11-10Delete DVBv3 comments from DVBv5 scan filesJonathan McCrohan494-496/+0