Annotation of /trunk/remserial/remserial.confd
Parent Directory | Revision Log
Revision 497 -
(hide annotations)
(download)
Fri Feb 22 10:39:06 2008 UTC (16 years, 8 months ago) by niro
File size: 517 byte(s)
Fri Feb 22 10:39:06 2008 UTC (16 years, 8 months ago) by niro
File size: 517 byte(s)
initial package; rc scripts for remserial
1 | niro | 497 | # /etc/conf.d/remserial - remote serial daemon configuration file |
2 | # $Header: /root/magellan-cvs/src/remserial/remserial.confd,v 1.1 2008-02-22 10:39:06 niro Exp $ | ||
3 | |||
4 | # Set IP port number to attach to or listen on | ||
5 | REMOTE_HOST="" | ||
6 | |||
7 | # Set IP port number to attach to or listen on | ||
8 | REMOTE_PORT="" | ||
9 | |||
10 | # Set stty settings on port, see stty(1) for options | ||
11 | STTY_OPTS="9600 raw" | ||
12 | |||
13 | # which device gets forwarded | ||
14 | DEVICE="/dev/ttyS0" | ||
15 | |||
16 | # Add extra options to commandline like debug (-x2) etc | ||
17 | # Default is debug disabled | ||
18 | EXTRA_OPTS="-x0" |