aboutsummaryrefslogtreecommitdiffstats
path: root/isdb-t/br-sp-RedencaoDaSerra
diff options
context:
space:
mode:
Diffstat (limited to 'isdb-t/br-sp-RedencaoDaSerra')
-rw-r--r--isdb-t/br-sp-RedencaoDaSerra4
1 files changed, 2 insertions, 2 deletions
diff --git a/isdb-t/br-sp-RedencaoDaSerra b/isdb-t/br-sp-RedencaoDaSerra
index fb4a984..800e564 100644
--- a/isdb-t/br-sp-RedencaoDaSerra
+++ b/isdb-t/br-sp-RedencaoDaSerra
@@ -1,8 +1,8 @@
# Channel table for Redenção da Serra - SP - Brazil
-# Source: http://portalbsd.com.br/novo/terrestres_channels.php?channels=3270
+# Source: http://www.portalbsd.com.br/terrestres_channels.php?channels=3270
# Physical channel 17
-[TV Vanguarda]
+[TV Vanguarda São José]
DELIVERY_SYSTEM = ISDBT
BANDWIDTH_HZ = 6000000
FREQUENCY = 491142857
acktick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/* $Id: lock.h,v 1.2 2003/10/05 17:58:50 reinelt Exp $
 *
 * UUCP style port locking
 *
 * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
 *
 * This file is part of LCD4Linux.
 *
 * LCD4Linux is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2, or (at your option)
 * any later version.
 *
 * LCD4Linux is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 *
 * $Log: lock.h,v $
 * Revision 1.2  2003/10/05 17:58:50  reinelt
 * libtool junk; copyright messages cleaned up
 *
 * Revision 1.1  2000/04/07 05:42:20  reinelt
 *
 * UUCP style lockfiles for the serial port
 *
 */

#ifndef _LOCK_H_
#define _LOCK_H_

#define LOCK "/var/lock/LCK..%s"

pid_t lock_port (char *port);
pid_t unlock_port (char *port);

#endif