#! /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 ame='id' value='7d45908a791aa97ff5893a77e79bddbcc8b557e5'/> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/isdb-t/br-mg-PatosDeMinas (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-10-03Intelsat 34 replaced Intelsat 805 @ 55.5Wbluzee2-515/+371
2016-10-03Add C-Band ↵bluzee19-0/+1118
139W,135W,133W,131W,127W,125W,121W,111.1W,107.3W,105W,103W,101W,99W,97W,95W,91W,89W,87W,83W.
2016-10-03NL Ziggo and Upc merged. Set new initial scan data.Tycho Lursen2-44/+5
2016-08-07Updated DVB-T scan file - au-Goulburn-Rocky_HillAlex Ferrara1-46/+637
Hi Oliver, Attached is an updated scan file for au-Goulburn-Rocky_Hill in dvbv5 format, as created by dvbv5-scan. Could you please ensure that this is committed into the DVB source tree. Many thanks from sunny Goulburn.