#! /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 id' value='e45aa7d8f6e9f1aca405cc594bb299314ab5e2d4'/> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/fi-Salla_Sallatunturi (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2008-08-01update scan files for fi-*Christoph Pfister2-2/+2
http://linuxtv.org/pipermail/linux-dvb/2008-July/027480.html
2008-07-22make scan files syntax more strict /3Christoph Pfister41-263/+263
fec of the low priority stream is NONE if hierarchy is disabled the replaced values are either AUTO, 1/2 (that's due to EN300468 signalling) or are the same as the fec of the high priority stream
2008-07-22make scan files syntax more strict /2Christoph Pfister1-1/+1
2008-07-18make scan files syntax more strictChristoph Pfister12-153/+151
at-SalzburgAG: remove double entry
2008-07-18update scan file for Turksat-42.0EChristoph Pfister1-2/+84
http://linuxtv.org/pipermail/linux-dvb/2008-July/027173.html
2008-07-17update scan file for au-HobartChristoph Pfister1-5/+5