configuration files are in /etc/uucp and spool files are in /var/spool/uucp

This commit is contained in:
jmz 1995-05-20 21:25:25 +00:00
parent 5973a46e5a
commit 582eb7ce21
6 changed files with 33 additions and 33 deletions

View File

@ -1,4 +1,4 @@
''' $Id: cu.1,v 1.4 1993/07/20 01:59:03 ian Rel $
''' $Id: cu.1,v 1.2 1994/05/07 18:09:51 ache Exp $
.TH cu 1 "Taylor UUCP 1.05"
.SH NAME
cu \- Call up another system
@ -295,7 +295,7 @@ The file name may be changed at compilation time, so this is only an
approximation.
.br
/usr/lib/uucp/config - Configuration file.
/etc/uucp/config - Configuration file.
.SH AUTHOR
Ian Lance Taylor
<ian@airs.com>

View File

@ -1,4 +1,4 @@
''' $Id: uucico.8,v 1.16 1994/03/26 18:01:37 ian Rel $
''' $Id: uucico.8,v 1.3 1994/05/07 18:14:01 ache Exp $
.TH uucico 8 "Taylor UUCP 1.05"
.SH NAME
uucico \- UUCP file transfer daemon
@ -250,8 +250,8 @@ is equivalent to
.B \-\-debug abnormal,chat.
The debugging output is sent to the debugging file, usually one of
/usr/spool/uucp/Debug, /usr/spool/uucp/DEBUG, or
/usr/spool/uucp/.Admin/audit.local.
/var/spool/uucp/Debug, /var/spool/uucp/DEBUG, or
/var/spool/uucp/.Admin/audit.local.
.TP 5
.B \-I file, \-\-config file
Set configuration file to use. This option may not be available,
@ -275,20 +275,20 @@ The file names may be changed at compilation time or by the
configuration file, so these are only approximations.
.br
/usr/lib/uucp/config - Configuration file.
/etc/uucp/config - Configuration file.
.br
/usr/lib/uucp/passwd - Default UUCP password file.
/etc/uucp/passwd - Default UUCP password file.
.br
/usr/spool/uucp -
/var/spool/uucp -
UUCP spool directory.
.br
/usr/spool/uucp/Log -
/var/spool/uucp/Log -
UUCP log file.
.br
/usr/spool/uucppublic -
/var/spool/uucppublic -
Default UUCP public directory.
.br
/usr/spool/uucp/Debug -
/var/spool/uucp/Debug -
Debugging file.
.SH SEE ALSO
kill(1), uucp(1), uux(1), uustat(1), uuxqt(8)

View File

@ -1,4 +1,4 @@
''' $Id: uucp.1,v 1.9 1993/09/11 22:25:50 ian Rel $
''' $Id: uucp.1,v 1.2 1994/05/07 18:14:08 ache Exp $
.TH uucp 1 "Taylor UUCP 1.05"
.SH NAME
uucp \- Unix to Unix copy
@ -157,15 +157,15 @@ The file names may be changed at compilation time or by the
configuration file, so these are only approximations.
.br
/usr/lib/uucp/config - Configuration file.
/etc/uucp/config - Configuration file.
.br
/usr/spool/uucp -
/var/spool/uucp -
UUCP spool directory.
.br
/usr/spool/uucp/Log -
/var/spool/uucp/Log -
UUCP log file.
.br
/usr/spool/uucppublic -
/var/spool/uucppublic -
Default UUCP public directory.
.SH SEE ALSO
mail(1), uux(1), uustat(1), uucico(8)

View File

@ -1,4 +1,4 @@
''' $Id: uustat.1,v 1.2 1994/05/07 18:14:22 ache Exp $
''' $Id: uustat.1,v 1.3 1994/12/11 21:35:17 ats Exp $
.TH uustat 1 "Taylor UUCP 1.05"
.SH NAME
uustat \- UUCP status inquiry and control
@ -529,9 +529,9 @@ The file names may be changed at compilation time or by the
configuration file, so these are only approximations.
.br
/usr/lib/uucp/config - Configuration file.
/etc/uucp/config - Configuration file.
.br
/usr/spool/uucp -
/var/spool/uucp -
UUCP spool directory.
.SH SEE ALSO
ps(1), rmail(8), uucp(1), uux(1), uucico(8), uuxqt(8)

View File

@ -1,4 +1,4 @@
''' $Id: uux.1,v 1.10 1993/09/11 22:25:50 ian Rel $
''' $Id: uux.1,v 1.2 1994/05/07 18:14:33 ache Exp $
.TH uux 1 "Taylor UUCP 1.05"
.SH NAME
uux \- Remote command execution over UUCP
@ -40,7 +40,7 @@ file to a command being executed on a remote system. If the path is
not absolute, it will be appended to the current working directory on
the local system; the result may not be meaningful on the remote
system. A pathname may begin with ~/, in which case it is relative to
the UUCP public directory (usually /usr/spool/uucppublic) on the
the UUCP public directory (usually /var/spool/uucppublic) on the
appropriate system. A pathname may begin with ~name/, in which case
it is relative to the home directory of the named user on the
appropriate system.
@ -227,15 +227,15 @@ The file names may be changed at compilation time or by the
configuration file, so these are only approximations.
.br
/usr/lib/uucp/config - Configuration file.
/etc/uucp/config - Configuration file.
.br
/usr/spool/uucp -
/var/spool/uucp -
UUCP spool directory.
.br
/usr/spool/uucp/Log -
/var/spool/uucp/Log -
UUCP log file.
.br
/usr/spool/uucppublic -
/var/spool/uucppublic -
Default UUCP public directory.
.SH SEE ALSO
mail(1), uustat(1), uucp(1), uucico(8), uuxqt(8)

View File

@ -1,4 +1,4 @@
''' $Id: uuxqt.8,v 1.7 1993/09/11 22:25:50 ian Rel $
''' $Id: uuxqt.8,v 1.2 1994/05/07 18:14:41 ache Exp $
.TH uuxqt 8 "Taylor UUCP 1.05"
.SH NAME
uuxqt \- UUCP execution daemon
@ -64,8 +64,8 @@ is equivalent to
.B \-\-debug abnormal,chat.
The debugging output is sent to the debugging file, usually one of
/usr/spool/uucp/Debug, /usr/spool/uucp/DEBUG, or
/usr/spool/uucp/.Admin/audit.local.
/var/spool/uucp/Debug, /var/spool/uucp/DEBUG, or
/var/spool/uucp/.Admin/audit.local.
.TP 5
.B \-I file, \-\-config
Set configuration file to use. This option may not be available,
@ -83,18 +83,18 @@ The file names may be changed at compilation time or by the
configuration file, so these are only approximations.
.br
/usr/lib/uucp/config - Configuration file.
/etc/uucp/config - Configuration file.
.br
/usr/spool/uucp -
/var/spool/uucp -
UUCP spool directory.
.br
/usr/spool/uucp/Log -
/var/spool/uucp/Log -
UUCP log file.
.br
/usr/spool/uucppublic -
/var/spool/uucppublic -
Default UUCP public directory.
.br
/usr/spool/uucp/Debug -
/var/spool/uucp/Debug -
Debugging file.
.SH SEE ALSO
uucp(1), uux(1), uucico(8)