# /etc/conf.d/remserial - remote serial daemon configuration file # $Header: /root/magellan-cvs/src/remserial/remserial.confd,v 1.1 2008-02-22 10:39:06 niro Exp $ # Set IP port number to attach to or listen on REMOTE_HOST="" # Set IP port number to attach to or listen on REMOTE_PORT="" # Set stty settings on port, see stty(1) for options STTY_OPTS="9600 raw" # which device gets forwarded DEVICE="/dev/ttyS0" # Add extra options to commandline like debug (-x2) etc # Default is debug disabled EXTRA_OPTS="-x0"