#! /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 ss='form'>
Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/se-Uddevalla_Herrestad (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2011-03-29make scan file syntax more strictChristoph Pfister1-8/+8
2011-03-29remove empty scan filesChristoph Pfister14-392/+0
2011-03-29remove scan files with guard interval == AUTOChristoph Pfister79-1914/+0
- all devices which support automatic detection of guard interval also suport detection of the other tuning paramters - use auto-Default / auto-With167kHzOffsets instead (superset of the used frequencies; takes a bit longer than regionalized files, but that's affordable)
2011-03-29rename auto-Normal --> auto-DefaultChristoph Pfister1-0/+0
2011-03-17update scan file for es-MadridChristoph Pfister1-8/+22
submitted by asgsb09 gmail.com