#! /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 c2fb53570c6e0367869ee4376e48d1703'/> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/fi-Karstula (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2013-01-10update scan files for Ireland (ie-*)Jonathan McCrohan8-16/+16
Fix erroneous transmission parameters Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2013-01-10update scan files for Ireland (ie-*)Jonathan McCrohan12-19/+19
ASO frequency changes; effective 24th Oct 2012. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2013-01-10update Finland DVB-T initial tuning filesAntti Palosaari215-444/+452
2013-01-10DVB-T Scan File Update Required for au-DarwinBen Manfield1-0/+2
Could you please include the following channel in your scan file for au-Darwin? T 564625000 7Mhz 3/4 QAM64 8k 1/16 None Cheers, Ben
2013-01-10Remove useless scanfilePatrick Pfyffer1-3/+0
Could you also remove the list below because it's useless: http://linuxtv.org/hg/dvb-apps/file/5e68946b0e0d/util/scan/dvb-c/ch-unknown Thank you very much Patrick Pfyffer
2013-01-10Two new DVB-C scan lists for SwitzerlandPatrick Pfyffer2-0/+76
Dear linux-dvb Members I would like to kindly ask you to add the two attached new scan list to your repository. http://linuxtv.org/hg/dvb-apps/file/5e68946b0e0d/util/scan/dvb-c The files will add new entries for two cable networks in Switzerland: - GGA Pratteln - interGGA They are both fully non-encrypted free-to-air networks but also contain some pay-tv transponders.