#! /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='b59efee423c8d3595862a974501403ec768acf15'/> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/se-Vasteras_Lillharad (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2013-06-15DVB Scan file for Cherbourg (FR)Duval Mickael2-6/+50
Ok I have cloned your repo with Git, and I've make two patch files. 2013/6/15 Duval Mickael <duvalmickael@gmail.com>: > In zip there is a little modification for city of cherbourg (add two > new muxes) and a fr_ALL for France all channels DVB-T initial > scan. > > What's the problem exactly with my files? > > Thanks > Duval Mickael > > 2013/6/14 Oliver Schinagl <oliver+list@schinagl.nl>: >> On 06/13/13 19:10, Duval Mickael wrote: >>> >>> Hello, >> >> Hi, >> >>> >>> I send this email to you for a DVB-T scan file for the city of Cherbourg >>> FRANCE, modified with the last channels. >>> I also enclose a package file that includes all channels available for >>> DVB-T in France. >> >> I've applied your patch (after manually working it over) last time. >> >> What is in this zip? Please send a patch file what still needs to be >> adjusted. Cherbourg is in the repo now, isn't it? >> >>> >>> Sorry for my poor English ;-) >>> >>> Thank you. >> >> From 1b9f07365b91641543ce7fdbeae400e364279024 Mon Sep 17 00:00:00 2001 From: inrepublica <admin@inrepublica.fr> Date: Sat, 15 Jun 2013 10:43:32 +0200 Subject: [PATCH 1/2] Add two muxes for fr_Cherbourg.