#!/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 tables | Jonathan McCrohan |
Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|
|
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>
|
|
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>
|