1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/mail/qpopper/files/patch-popper__popauth.8
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

51 lines
1.6 KiB
Groff

--- man/popauth.8.orig Wed Apr 4 03:23:13 2001
+++ man/popauth.8 Fri Apr 13 19:05:06 2001
@@ -7,11 +7,11 @@
.\" See License.txt file for terms and conditions for modification and
.\" redistribution.
.\"
-.TH POPAUTH 8
+.TH QPOPAUTH 8
.SH NAME
-popauth \-\- manipulate POP authorization DB
+qpopauth \-\- manipulate POP authorization DB
.SH SYNOPSIS
-.B popauth
+.B qpopauth
[
.BI \-trace " tracefile"
] [
@@ -46,18 +46,18 @@
]
.SH DESCRIPTION
-The \fIpopauth\fR program allows POP subscribers to add or change the secret
+The \fIqpopauth\fR program allows POP subscribers to add or change the secret
values used to generate their authentication credentials, or to verify the
existance of their records.
In addition, the super\-user or master POP user can add, delete, or reset
credential data for a user, or list which records exist. Only the
-super\-user may initialize the database. \fIpopauth\fR is useful only when
+super\-user may initialize the database. \fIqpopauth\fR is useful only when
the APOP (or SCRAM) configuration option is defined. See the INSTALL file
in the Qpopper distribution for more information.
Under normal usage,
-\fIpopauth\fR prompts for a new secret,
+\fIqpopauth\fR prompts for a new secret,
just like the \fIpasswd\fR program. It then updates the authorization DB.
With the
@@ -85,8 +85,8 @@
switch, the super-user or master POP user can remove
a user entry from the authorization DB.
.SH FILES
-/etc/pop.auth.* POP authorization DB
+%%PREFIX%%/etc/qpopper/pop.auth.* POP authorization DB
.SH ACKNOWLEDGEMENTS
This program was derived from MH 6.8.3
.SH SEE ALSO
-popper(8), poppassd(8)
+qpopper(8)