diff options
author | 2003-03-12 19:37:56 +0000 | |
---|---|---|
committer | 2003-03-12 19:37:56 +0000 | |
commit | 8c8c4f618d4fd492ab6ee340d70072b6679b48e5 (patch) | |
tree | ffebb10ed998c8ba0add4da9584c52795343e281 | |
parent | backout the two previous patches, it breaks the 3com ae card and I don't (diff) | |
download | wireguard-openbsd-8c8c4f618d4fd492ab6ee340d70072b6679b48e5.tar.xz wireguard-openbsd-8c8c4f618d4fd492ab6ee340d70072b6679b48e5.zip |
updated man page and path;
- uucico part of uucp package
- path now /usr/local...
- fixed .Xr's
ok millert@
-rw-r--r-- | libexec/uucpd/pathnames.h | 4 | ||||
-rw-r--r-- | libexec/uucpd/uucpd.8 | 24 |
2 files changed, 20 insertions, 8 deletions
diff --git a/libexec/uucpd/pathnames.h b/libexec/uucpd/pathnames.h index 0cd5c3941c0..3c7087e5fd0 100644 --- a/libexec/uucpd/pathnames.h +++ b/libexec/uucpd/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.2 2001/01/28 19:34:35 niklas Exp $*/ +/* $OpenBSD: pathnames.h,v 1.3 2003/03/12 19:37:56 jmc Exp $*/ /* * Copyright (c) 1989 The Regents of the University of California. @@ -37,4 +37,4 @@ #include <paths.h> -#define _PATH_UUCICO "/usr/libexec/uucp/uucico" +#define _PATH_UUCICO "/usr/local/libexec/uucp/uucico" diff --git a/libexec/uucpd/uucpd.8 b/libexec/uucpd/uucpd.8 index bc537e2c31b..826a41b0b3c 100644 --- a/libexec/uucpd/uucpd.8 +++ b/libexec/uucpd/uucpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uucpd.8,v 1.7 2000/04/12 21:48:05 aaron Exp $ +.\" $OpenBSD: uucpd.8,v 1.8 2003/03/12 19:37:56 jmc Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green .\" All rights reserved. @@ -38,19 +38,31 @@ The .Nm daemon reads a username and password, and then executes -.Xr uucico 8 , +.Xr uucico , the UUCP file transfer daemon, if the username and password match a valid account and the account's shell is -.Dq /usr/libexec/uucp/uucico . +.Dq /usr/local/libexec/uucp/uucico . +.Pp .Nm is started by -.Xr inetd 8 , -.Xr uucico 8 +.Xr inetd 8 +and +.Xr uucico . +.Pp +.Sy Note: +.Xr uucico +is not part of the base +.Ox +system. +It comes as part of the uucp suite, and can be installed via +.Xr ports 7 +or +.Xr packages 7 . .Sh HISTORY The .Nm program was first made available in .Bx 4.2 . .Sh SEE ALSO -.Xr inetd 8 . +.Xr inetd 8 |