#!/bin/sh # ftpupload # # Copyright (C) 2012 Jonathan McCrohan USERNAME=`/usr/bin/ftphelper --username` PASSWORD=`/usr/bin/ftphelper --password` SERVER=`/usr/bin/ftphelper --server` REMOTEDIRECTORY=`/usr/bin/ftphelper --directory` # local file to be uploaded FILE="/var/modbuslog/"`/usr/bin/ftphelper --mac`"_"`date +%Y_%m_%d --date='1 days ago'`"_00_00_00.log" # login to remote server and upload ftp -n -i $SERVER < index : dtv-scan-tables.git
Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-s/Express-3A-11.0W (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Add new Brazilian channel filesMauro Carvalho Chehab136-0/+7078
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-10-09Update Brazil ISDB-T channel filesMauro Carvalho Chehab280-468/+10042
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-10-09br-sp-SaoPaulo: Remove an invalid channelMauro Carvalho Chehab1-29/+0
Channel 12 is currently not valid for ISDB-T in Brazil. Also, due to an error FREQUENCY ended by not being filled here. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-10-09Add targets to install the files at the systemMauro Carvalho Chehab2-0/+61
In order to be easier to package the scan tables, add some targets to install the files, and add the instructions about how to use it at the README file. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>