summaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/sample/port
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/sample/port')
-rw-r--r--gnu/libexec/uucp/sample/port18
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/libexec/uucp/sample/port b/gnu/libexec/uucp/sample/port
index 8e481869b56..83332bcd320 100644
--- a/gnu/libexec/uucp/sample/port
+++ b/gnu/libexec/uucp/sample/port
@@ -14,28 +14,28 @@
# for all ports that appear later in the file. In this case all ports
# will default to being modems (other possible types are direct, tcp
# and tli).
-type modem
+#type modem
# Now we describe two ports.
# This is the name of the port. This name may be used in the sys file
# to select the port, or the sys file may just specify a baud rate in
# which case the first matching unlocked port will be used.
-port port1
+#port port1
# This is the device name to open to dial out.
-device /dev/ttyd0
+#device /dev/ttyd0
# This is the dialer to use, as described in the dialer file.
-dialer hayes
+#dialer hayes
# This is the baud rate to dial out at.
-speed 2400
+#speed 2400
# Here is a second port. This is like the first, except that it uses
# a different device. It also permits a range of speeds, which is
# mainly useful if the system specifies a particular baud rate.
-port port2
-device /dev/ttyd1
-dialer hayes
-speed-range 2400 9600
+#port port2
+#device /dev/ttyd1
+#dialer hayes
+#speed-range 2400 9600