DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

Sysfiles(F)


Sysfiles -- format of UUCP Sysfiles file

Format

service=uucico|cu|uucico:cu filetype=list...

Description

The Sysfiles file (/usr/lib/uucp/Sysfiles) lets you assign different files to be used by uucp and cu as Systems, Devices, and Dialers files.

You can use different Systems files so that requests for login services can be made to other addresses than UUCP services.

With different Dialers files you can use different handshaking for cu and uucp. Multiple Systems, Dialers, and Devices files are useful if any one file becomes too large.

An active Sysfiles file is not included in the distribution. Instead a Sysfiles.eg file is included, which contains comments and commented examples of how such a file can be used. This is done because UUCP runs faster if it does not have to read this file.

Each entry in Sysfiles must include a service statement which defines the files to be assigned for a given service. service takes as its argument one of:


uucico
assign files to be used by uucico

cu
assign files to be used by cu

uucico:cu
assign files to be used by both cu and uucico

The following filetypes may be set:


devices
assign a list of Devices files

dialers
assign a list of Dialers files

systems
assign a list of Systems files

devices, dialers, and systems take a list of alternative files to be searched as their argument list. Each file in the list is separated from the next by a colon (:). No spaces are allowed in the list. The files should appear in the order that they are to be searched when an entry is being sought. The pathname of each file is assumed to be given relative to the /usr/lib/uucp directory, unless a full path is given. A backslash-carriage return (\<Return>) can be used to continue an entry onto the next line.

When different Systems files are defined for uucico and cu services, your machine will store two different lists of Systems. You can print the uucico list using the uuname command or the cu list using the uuname -c command.

Examples

The following example uses a local Systems file in addition to the usual Systems file:
   service=uucico:cu  systems=Systems:Local_Systems
If this is in /usr/lib/uucp/Sysfiles, then both uucico and cu will first look in /usr/lib/uucp/Systems. If the system they are trying to call does not have an entry in that file, or if the entries in the file fail, then they will look in /usr/lib/uucp/Local_Systems.

Different Systems and Dialers files may be used to separate uucico and cu-specific information. Common information is retained in the Systems and Dialers files.

service=uucico  systems=Systems.cico:Systems \
                dialers=Dialers.cico:Dialers
service=cu      systems=Systems.cu:Systems \
                dialers=Dialers.cu:Dialers
This next 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

Files


/usr/lib/uucp/Sysfiles
full pathname of Sysfiles

See also

cu(C), Devices(F), Dialers(F), Systems(F), uucico(ADM), uucp(C)
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003