From 4d9d48c21e75eb29d5b993c715b3a1ae1a449e7e Mon Sep 17 00:00:00 2001 From: Jim Bloom Date: Thu, 15 May 1986 21:16:22 -0800 Subject: [PATCH] add uucpd to man page SCCS-vsn: usr.bin/uucp/uucico/uucico.8 6.3 --- usr/src/usr.bin/uucp/uucico/uucico.8 | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/usr/src/usr.bin/uucp/uucico/uucico.8 b/usr/src/usr.bin/uucp/uucico/uucico.8 index a9f01704ec..f3d4e53323 100644 --- a/usr/src/usr.bin/uucp/uucico/uucico.8 +++ b/usr/src/usr.bin/uucp/uucico/uucico.8 @@ -1,9 +1,9 @@ -.\" @(#)uucico.8 6.2 (Berkeley) %G% +.\" @(#)uucico.8 6.3 (Berkeley) %G% .\" .TH UUCICO 8C "" .UC 6 .SH NAME -uucico \- transfer files queued by uucp or uux +uucico, uucpd \- transfer files queued by uucp or uux .SH SYNOPSIS .B /usr/lib/uucp/uucico [ @@ -23,6 +23,8 @@ uucico \- transfer files queued by uucp or uux ] [ .BI \-t turnaround ] +.PP +.B /etc/uucpd .SH DESCRIPTION .I Uucico performs the actual work involved in transferring files between @@ -136,6 +138,15 @@ receives a .IR kill (1)), it will toggle the debugging on or off. .PP +.I Uucpd +is the server for supporting uucp connections over networks. +.I Uucpd +listens for service requests at the port indicated in the ``uucp'' +service specification; see \fIservices\fP\|(5). +The server provides login name and password authentication before starting up +.I uucico +for the rest of the transaction. +.PP .I Uucico is commonly used either of two ways: as a daemon run periodically by .IR cron (8) @@ -171,7 +182,7 @@ For example: .fi .PP The UID for UUCP remote logins is not critical, so long as it differs from -the UUCP Administrative login (usually UID 5). +the UUCP Administrative login. The latter owns the UUCP files, and assigning this UID to a remote login would be an extreme security hazard. .SH FILES -- 2.20.1