head	1.2;
access;
symbols
	C_3:1.2
	C_2:1.2
	C_1:1.1;
locks; strict;
comment	@# @;


1.2
date	90.08.23.22.29.42;	author roger;	state C_3;
branches;
next	1.1;

1.1
date	90.08.23.19.18.58;	author roger;	state C_1;
branches;
next	;


desc
@@


1.2
log
@porting code drop
@
text
@# $Id$
#
#
#	Devconfig provides a means of configuring STREAMS devices
#	by service.
#
#	FORMAT:
#
#	service=<service name>	device=<device type> \
#				push=<STREAMS module list>
#
#	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 STREAMS module list is a colon-separated list of STREAMS modules
#	to be pushed on this stream.
#
#	The examples below are for the STARLAN NETWORK and assume that both
#	cu & uucico are going through login and so need full tty capabilities.
#	If uucico connects to a uucico server on the remote machine without
#	going through login, you would need to push only tirdwr.
#
#	EXAMPLE:
#		service=cu	device=STARLAN	push=ntty:tirdwr:ld0
#		service=uucico	device=STARLAN	push=ntty:tirdwr:ld0
#
#	Note: The tirdwr module is part of the STREAMS package.  Other 
#	modules needed to provide tty capabilites must be supplied by the
#	network provider.
#
@


1.1
log
@Initial revision
@
text
@d1 1
a1 2
#	Convergent Technologies - System V - May 1986
#ident	"@@(#)Devconfig	6.1 :/source/cmd/uucp/s.Devconfig 5/19/86 04:53:56"
@
