diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2008-09-02 18:02:28 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2008-09-02 18:02:28 +0000 |
commit | 9d42855a75a69eb01206187ae08084a83ef15370 (patch) | |
tree | 66e3335ad7891dbfe6262079d91d824774db616f /net-misc/ser2net/files/ser2net.confd | |
parent | removed obsolete patch (diff) | |
download | gentoo-2-9d42855a75a69eb01206187ae08084a83ef15370.tar.gz gentoo-2-9d42855a75a69eb01206187ae08084a83ef15370.tar.bz2 gentoo-2-9d42855a75a69eb01206187ae08084a83ef15370.zip |
version bump, adding init-script + config. Solves bug #160268.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'net-misc/ser2net/files/ser2net.confd')
-rw-r--r-- | net-misc/ser2net/files/ser2net.confd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-misc/ser2net/files/ser2net.confd b/net-misc/ser2net/files/ser2net.confd new file mode 100644 index 000000000000..7d9c536f4376 --- /dev/null +++ b/net-misc/ser2net/files/ser2net.confd @@ -0,0 +1,23 @@ +# 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" + |