diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-05-31 16:55:15 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-05-31 16:55:15 +0800 |
commit | 42d75947ba9a5d315f02ce637a464daf21997512 (patch) | |
tree | 3cb915482fd57317b87edec03dc2257eba97b8c8 /mail/qpopper/files | |
parent | b9780a02d2924411864809bb5e4db272fdd22187 (diff) | |
download | freebsd-ports-graphics-42d75947ba9a5d315f02ce637a464daf21997512.tar.gz freebsd-ports-graphics-42d75947ba9a5d315f02ce637a464daf21997512.tar.zst freebsd-ports-graphics-42d75947ba9a5d315f02ce637a464daf21997512.zip |
Update to 3.0.2 (repo-copied from mail/popper).
Authors or any interesting parties are welcomed to merge functionality-extending
patches from the popper 2.53 (skey support, youbin support etc).
PR: 18745
Submitted by: Jeff Palmer <jeff@isni.net>
Diffstat (limited to 'mail/qpopper/files')
-rw-r--r-- | mail/qpopper/files/patch-ac | 41 | ||||
-rw-r--r-- | mail/qpopper/files/patch-ap | 29 |
2 files changed, 43 insertions, 27 deletions
diff --git a/mail/qpopper/files/patch-ac b/mail/qpopper/files/patch-ac index b396d290ae7..0c318b8cae4 100644 --- a/mail/qpopper/files/patch-ac +++ b/mail/qpopper/files/patch-ac @@ -1,15 +1,15 @@ ---- popper.8.orig Fri Jul 10 08:44:08 1998 -+++ popper.8 Tue Feb 16 13:17:13 1999 -@@ -16,7 +16,7 @@ +--- man/popper.8.orig Wed May 10 01:35:13 2000 ++++ man/popper.8 Wed May 31 09:55:43 2000 +@@ -17,7 +17,7 @@ .SH NAME - popper \- pop 3 server + qpopper \-\- pop 3 server (v3.0) .SH SYNOPSIS --.B /usr/etc/popper -+.B /usr/local/libexec/popper +-.B /usr/local/lib/popper ++.B /usr/local/libexec/popper3 + [ -b buildir ] + [ -c ] [ -d ] - [ -s ] - [ -k ] -@@ -136,7 +136,7 @@ +@@ -234,7 +234,7 @@ systems with BSD 4.3 syslogging, the server logs (by default) to the "local0" facility at priority "notice" for all messages except debugging which is logged at priority "debug". The default log file is @@ -18,33 +18,20 @@ systems with 4.2 syslogging all messages are logged to the local log file, usually /usr/spool/mqueue/syslog. .SH DEBUGGING -@@ -170,7 +170,7 @@ +@@ -269,7 +269,7 @@ .PP - The server implements two extended commands. + The server implements several extended commands. .PP -XTND XMIT: Sends a mail message using /usr/lib/sendmail. +XTND XMIT: Sends a mail message using /usr/sbin/sendmail. .PP XTND XLIST header [num]: Extracts and returns the specified header line for the specified message number. If the "num" parameter is missing, -@@ -178,7 +178,8 @@ - marked for deletion. +@@ -294,6 +294,7 @@ .SH FILES .nf --/usr/spool/mail mail files -+/var/mail mail files + /var/mail mail files +/etc/ftpusers list of unwelcome/restricted users /etc/inetd.conf pop program invocation /etc/syslog.conf logging specifications - ~/.popbull largest bulletin number seen by user ---- popauth.8.orig Thu May 30 09:40:04 1996 -+++ popauth.8 Fri Dec 6 17:12:21 1996 -@@ -34,7 +34,7 @@ - With the `\-delete' 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 -+/usr/local/etc/popper/pop.auth.* POP authorization DB - .SH ACKNOWLEDGEMENTS - This program was derived from MH 6.8.3 - .SH SEE ALSO + /var/spool/bulls bulletins diff --git a/mail/qpopper/files/patch-ap b/mail/qpopper/files/patch-ap new file mode 100644 index 00000000000..408ae92b4b1 --- /dev/null +++ b/mail/qpopper/files/patch-ap @@ -0,0 +1,29 @@ +--- man/popauth.8.orig Wed May 10 01:35:13 2000 ++++ man/popauth.8 Wed May 31 09:51:11 2000 +@@ -4,12 +4,12 @@ + .\" @(#)$Id: popauth.8,v 1.1.1.1 2000/03/09 05:01:06 qpop Exp $ + .TH POPAUTH 8 + .SH NAME +-popauth - manipulate POP authorization DB ++popauth3 - manipulate POP authorization DB + .SH SYNOPSIS +-popauth ++popauth3 + \%[\-init] \%[\-list] \%[\-delete\ name] \%[\-user\ name] + +-popauth ++popauth3 + \%[/help] + .SH DESCRIPTION + The \fIpopauth\fR program allows a POP-subscriber to change the secret +@@ -36,8 +36,8 @@ + With the `\-delete' 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 ++/usr/local/etc/popper/pop.auth.* POP authorization DB + .SH ACKNOWLEDGEMENTS + This program was derived from MH 6.8.3 + .SH SEE ALSO +-popper(8) ++popper3(8) |