# $Copyright:	$
# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 
# Sequent Computer Systems, Inc.   All rights reserved.
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.
#ident	"$Header: Devconfig 1.4 90/04/19 $@(#)uucp:Devconfig	1.2"
#
#	Devconfig provides a means of configuring STREAMS devices
#	by service.
#
#	FORMAT:
#
#	service=<service name>	device=<device type> \
#				connect=<EXTERNAL connection binary>
#
#	where service name is "uucico" or "cu", device type is the device or
#	caller type (3rd field in Systems file, 1st field in Devices file),
#	and EXTERNAL connection binary is an executable that will
#	condition an output stream for connection over various media.
#	If the full path is not specified, /usr/lib/uucp is prepended
#	to the binary name.
#
#	The examples below are for the ptx/TCP and ptx/X.25 products.
#	The device names must match the device name specified in the
#	Devices file (field 1).
#
service=cu	device=TLI	connect=connect.tli
service=uucico	device=TLI	connect=connect.tli
service=cu	device=X25	connect=connect.x25
service=uucico	device=X25	connect=connect.x25
