add connect accounting ifdef. increase LLEN to 150
[unix-history] / usr / src / usr.bin / uucp / man5 / L.aliases.5
CommitLineData
55331617
KM
1.\" Copyright (c) 1986 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
58ad5548 5.\" @(#)L.aliases.5 6.2 (Berkeley) %G%
55331617
KM
6.\"
7.TH L.ALIASES 5 ""
55331617 8.UC 6
58ad5548 9.SH NAME
55331617
KM
10L.aliases \- UUCP hostname alias file
11.SH DESCRIPTION
12The
13.I L.aliases
14file defines mapping (aliasing) of system names for uucp.
15This is intended for compensating for systems that have
16changed names, or do not provide their entire machine name
17(like most USG systems). It is also useful when a machine's name
18is not obvious or commonly misspelled.
19.PP
20Each line in
21.I L.aliases
22is of the form:
23.PP
24.nf
25 real_name alias_name
26.fi
27.PP
28Any amount of whitespace may separate the two items.
29Lines beginning with a `#' character are comments.
30.PP
31All occurrences of
32.I alias_name
33are mapped to
34.I real_name
35by
36.IR uucico (8C),
37.IR uucp (1),
38and
39.IR uux (1).
40The mapping occurs regardless of whether the name was typed in by a user
41or provided by a remote site. An exception is the
42.B -s
43option of
44.IR uucico ;
45only the site's real hostname (the name in
46.IR L.sys (5))
47will be accepted there.
48.PP
49Aliased system names should not be placed in
50.IR L.sys ;
51they will not be used.
52.SH FILES
53.ta \w'/usr/lib/uucp/UUAIDS/L.aliases 'u
54.nr
55/usr/lib/uucp/L.aliases
56/usr/lib/uucp/UUAIDS/L.aliases L.aliases example
57.fi
58.SH SEE ALSO
59uucp(1C), uux(1C), L.sys(5), uucico(8C)