33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
$OpenBSD: patch-uux_1,v 1.1.1.1 2001/07/13 02:27:16 fgsch Exp $
|
|
--- uux.1.orig Sun Aug 20 15:29:57 1995
|
|
+++ uux.1 Thu Jul 12 04:08:36 2001
|
|
@@ -40,7 +40,7 @@ file to a command being executed on a re
|
|
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.
|
|
@@ -231,15 +231,15 @@ The file names may be changed at compila
|
|
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)
|