DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T u

⟦4431dfdbc⟧ TextFile

    Length: 3017 (0xbc9)
    Types: TextFile
    Names: »uuwho.an«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦2fafebccf⟧ »EurOpenD3/mail/smail3.1.19.tar.Z« 
        └─⟦bcd2bc73f⟧ 
            └─⟦this⟧ »man/man1/uuwho.an« 

TextFile

.ig
 @(#)uuwho.an	1.7 5/16/88 03:17:15
..
.TH UUWHO X_MAN1_EXT_X
.SH NAME
uuwho \- show map entry for a site
.SH SYNOPSIS
.B uuwho
[
.B \-d 
.I dbmfile
]
[
.I sitename
] ...
.br
.B uuwho
.B \-i 
[
.B \-d 
.I dbmfile
]
.I "mapfile ..."
.SH DESCRIPTION
.I Uuwho
without the
.B \-i
option extracts the map entry for each given
.I sitename.
The output provides labels for the site entry and includes all the
connection information as determined by the UUCP mapping project.
By default, uuwho extracts a map for the local site where
the local sitename is determined in a system dependent fashion. 
.TP
.B \-i
If the option
.B \-i 
is given, then map info will be added to a
.IR dbm (3X)-style
database, rather than printing info about a site.  This information is
then available for use by subsequent
.I uuwho
commands.
.TP
\fB\-d\fP \fIdbmfile\fP
This option specifies the basename for a
.I dbm
database is to be used for this operation.
If
.I dbmfile
begins with a ``/'' or ``.'', then it is taken to be the actual
database name, otherwise it is assumed to be a file under the
directory
.I X_LIB_DIR_X.
If the
.B \-d
option is not given, then the basename for the database is
.IR X_LIB_DIR_X/uuwho .
.PP
Each
.I mapfile
file is scanned for lines of the form:
.RS
.nf

\fB#N\fP \fIsitename\fP
\fB#N\fP \fIsitename1\fP, \fIsitename2\fP, ...

.fi
.RE
indicating that a new map is starting.  In the second form, each
.I sitename
is considered to belong to the map that follows.  Sitenames listed on
such lines become the
.I sitename
keywords which are available for subsequent requests.
.PP
A
.I mapfile
of 
.B \-
indicates that a map should be read from standard input.
Lines of the form:
.RS
.nf

.B file { filename }

.fi
.RE
indicate that the line following should be considered as
if it were the first line of the stated file.
.PP
The use of this command requires the Berkeley
.IR dbm (3X)
library routines.
Normally, the
.B \-i
option is used by
.IR mkmap(X_MAN8_EXT_X)
when invoked under operation systems that do have the
.I dbm
library.
.SH EXAMPLES
uuwho walldrug hoptoad
.br
uuwho -d other_dbm
.br
uuwho -d dbm_base -i u.usa.ca.1
.SH FILES
.TP 1.5i
.IR dbmfile.pag ", " dbmfile.dir
The two parts of a dbm database.  The
.I .pag
file contains the keys and data associated with the database, while the
.I .dir
file contains information that affects the hashing algorithm used to
determine which block contains a particular value.
.TP 1.5i
.I X_LIB_DIR_X/uuwho
The basename for the default
.I dbm
database files.
.SH SEE ALSO
.IR pathto (X_MAN1_EXT_X),
.IR dbm (3X),
.IR map (X_MAN5_EXT_X),
.IR mkmap (X_MAN8_EXT_X),
and
.IR pathalias (X_MAN8_EXT_X).
.SH BUGS
If a site has more than one map entry only the latter entry is shown.
.PP
The information available for a site may not be current.
.PP
Only sites marked via
.B #N
in the map database are listed.  Normally, sites listed under a domain
will not be marked using
.BR #N .
In this case the domain, including the dot but excluding the machine
name must be used.