diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-27 00:57:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-27 00:57:02 +0000 |
commit | a469b75d3e83af82a0445e5f86e00bc6434948ab (patch) | |
tree | cc1da33d001a16e32ca16c7783cc73ba77d1b5b3 /gnu | |
parent | 45731014bd700d0d8953fa785b07a7855f07334d (diff) |
fix paths
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/libexec/uucp/uucico/uucico.8 | 18 | ||||
-rw-r--r-- | gnu/libexec/uucp/uucp/uucp.1 | 10 | ||||
-rw-r--r-- | gnu/libexec/uucp/uustat/uustat.1 | 6 | ||||
-rw-r--r-- | gnu/libexec/uucp/uux/uux.1 | 12 | ||||
-rw-r--r-- | gnu/libexec/uucp/uuxqt/uuxqt.8 | 16 |
5 files changed, 31 insertions, 31 deletions
diff --git a/gnu/libexec/uucp/uucico/uucico.8 b/gnu/libexec/uucp/uucico/uucico.8 index 9528bf30d73..eb9e3381b1a 100644 --- a/gnu/libexec/uucp/uucico/uucico.8 +++ b/gnu/libexec/uucp/uucico/uucico.8 @@ -1,4 +1,4 @@ -''' $Id: uucico.8,v 1.1 1995/10/18 08:38:41 deraadt Exp $ +''' $Id: uucico.8,v 1.2 1998/04/27 00:56:51 deraadt Exp $ .TH uucico 8 "Taylor UUCP 1.06" .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, @@ -269,20 +269,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) diff --git a/gnu/libexec/uucp/uucp/uucp.1 b/gnu/libexec/uucp/uucp/uucp.1 index dfd675c52b6..957852af884 100644 --- a/gnu/libexec/uucp/uucp/uucp.1 +++ b/gnu/libexec/uucp/uucp/uucp.1 @@ -1,4 +1,4 @@ -''' $Id: uucp.1,v 1.1 1995/10/18 08:38:42 deraadt Exp $ +''' $Id: uucp.1,v 1.2 1998/04/27 00:56:53 deraadt Exp $ .TH uucp 1 "Taylor UUCP 1.06" .SH NAME uucp \- Unix to Unix copy @@ -181,15 +181,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) diff --git a/gnu/libexec/uucp/uustat/uustat.1 b/gnu/libexec/uucp/uustat/uustat.1 index 7f504778240..6bb4e547648 100644 --- a/gnu/libexec/uucp/uustat/uustat.1 +++ b/gnu/libexec/uucp/uustat/uustat.1 @@ -1,4 +1,4 @@ -''' $Id: uustat.1,v 1.1 1995/10/18 08:38:44 deraadt Exp $ +''' $Id: uustat.1,v 1.2 1998/04/27 00:56:55 deraadt Exp $ .TH uustat 1 "Taylor UUCP 1.06" .SH NAME uustat \- UUCP status inquiry and control @@ -540,9 +540,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(1), uucp(1), uux(1), uucico(8), uuxqt(8) diff --git a/gnu/libexec/uucp/uux/uux.1 b/gnu/libexec/uucp/uux/uux.1 index 9531fd530c1..4a0f8c2717e 100644 --- a/gnu/libexec/uucp/uux/uux.1 +++ b/gnu/libexec/uucp/uux/uux.1 @@ -1,4 +1,4 @@ -''' $Id: uux.1,v 1.1 1995/10/18 08:38:44 deraadt Exp $ +''' $Id: uux.1,v 1.2 1998/04/27 00:56:58 deraadt Exp $ .TH uux 1 "Taylor UUCP 1.06" .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. @@ -231,15 +231,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) diff --git a/gnu/libexec/uucp/uuxqt/uuxqt.8 b/gnu/libexec/uucp/uuxqt/uuxqt.8 index e2c710b1577..5ae77e16fb9 100644 --- a/gnu/libexec/uucp/uuxqt/uuxqt.8 +++ b/gnu/libexec/uucp/uuxqt/uuxqt.8 @@ -1,4 +1,4 @@ -''' $Id: uuxqt.8,v 1.1 1995/10/18 08:38:45 deraadt Exp $ +''' $Id: uuxqt.8,v 1.2 1998/04/27 00:57:01 deraadt Exp $ .TH uuxqt 8 "Taylor UUCP 1.06" .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) |