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.58;	author roger;	state C_3;
branches;
next	1.1;

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


desc
@@


1.2
log
@porting code drop
@
text
@# $Id$
#
#
#	Sysfiles provides a means of specifying different Systems,
#	Devices and Dialers files for uucico and cu.  This is useful
#	for certain networks where, for example, requests for login
#	service might be accepted on a different address than requests
#	for uucico service (hence different Systems files), or where
#	there are different chat scripts to request each service 
#	(hence different Dialers files).
#
#	Another use of Sysfiles is to split large Systems files into
#	smaller, more manageable files (e.g., local and global Systems 
#	files).
#
#	FORMAT:
#
#	service=<service name>	systems=<systems file list> \
#				devices=<devices file list> \
#				dialers=<dialers file list>
#
#	Where service name is "uucico" or "cu".  Each file list is a list
#	of colon-separated file names.  File names are relative to 
#	/usr/lib/uucp unless a full path name is given.  Files are searched
#	in the order that they appear in the file list.
#
#	The defaults are the usual uucp files: /usr/lib/uucp/Systems,
#	/usr/lib/uucp/Devices and /usr/lib/uucp/Dialers.
#
#	EXAMPLE 1:  
#	This example uses different systems and dialers file to separate
#	the uucico- and cu-specific info, with information that they
#	use in common still in the "usual" Systems and Dialers files.
#
#	service=uucico	systems=Systems.cico:Systems \
#			dialers=Dialers.cico:Dialers
#	service=cu	systems=Systems.cu:Systems \
#			dialers=Dialers.cu:Dialers
#
#	EXAMPLE 2:  
#	This example uses the same systems files for uucico and cu,
#	but has split the Systems file into local, company-wide,
#	and global files.
#
#	service=uucico	systems=Systems.local:Systems.company:Systems
#	service=cu	systems=Systems.local:Systems.company:Systems
#
#	EXAMPLE 3:
#	This example is for Serial Line Internet Protocol, and points
#	to the special Systems file containing hosts that can be accessed
#	via Switched SLIP.  Note that it does *not* fall back to Systems.
service=slip	systems=Systems.slip
@


1.1
log
@Initial revision
@
text
@d1 1
a1 2
#	Convergent Technologies - System V - May 1986
#ident	"@@(#)Sysfiles	6.2 :/source/cmd/uucp/s.Sysfiles 10/8/86 18:16:13"
@
