From 7816e4ece0d8bec8cc9a093f57c4f6e72634b13c Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Sun, 10 Aug 2014 13:41:13 +0200 Subject: testing/ser2net: move to main --- main/ser2net/ser2net.confd | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 main/ser2net/ser2net.confd (limited to 'main/ser2net/ser2net.confd') diff --git a/main/ser2net/ser2net.confd b/main/ser2net/ser2net.confd new file mode 100644 index 0000000000..c666851593 --- /dev/null +++ b/main/ser2net/ser2net.confd @@ -0,0 +1,27 @@ +# Config file for /etc/init.d/ser2net + +# Set the configuration file to one other than the default of /etc/ser2net.conf +# +#CONFIG_FILE="/etc/ser2net.conf" + +# Enables the control port and sets the TCP port to listen to for the control port. +# A port number may be of the form [host,]port, such as 127.0.0.1,2000 or localhost,2000. +# If this is specified, it will only bind to the IP address specified for the port. +# Otherwise, it will bind to all the addresses on the machine. +# +#CONTROL_PORT="" + +# Cisco IOS uses a different mechanism for specifying the baud rates than the mechanism +# described in RFC2217. This option sets the IOS version of setting the baud rates. +# The default is RFC2217s. +# +#CISCO_IOS="yes" + +# Enable or disable UUCP locking (default=yes) +# +#UUCP_LOCKS="no" + +# see the ser2net(8) manual page for additional options you can configure here +# +#EXTRA_OPTS="" + -- cgit v1.2.3