diff options
author | max <max@FreeBSD.org> | 1996-12-06 08:16:45 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-06 08:16:45 +0000 |
commit | aead09835d189a355900085af1cdd7b0d6ac5033 (patch) | |
tree | 70442323b2d2beabf1678b5161a9cb76154aa3a6 /mail/qpopper/files | |
parent | accbf50db88368edf8722ba64f30cd1b5f357089 (diff) | |
download | FreeBSD-ports-aead09835d189a355900085af1cdd7b0d6ac5033.zip FreeBSD-ports-aead09835d189a355900085af1cdd7b0d6ac5033.tar.gz |
New patch for man pages to make them correctly list the file locations.
Diffstat (limited to 'mail/qpopper/files')
-rw-r--r-- | mail/qpopper/files/patch-ac | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/mail/qpopper/files/patch-ac b/mail/qpopper/files/patch-ac new file mode 100644 index 0000000..7dafd68 --- /dev/null +++ b/mail/qpopper/files/patch-ac @@ -0,0 +1,49 @@ +--- popper.8.orig Fri May 17 03:59:25 1996 ++++ popper.8 Fri Dec 6 17:10:00 1996 +@@ -16,7 +16,7 @@ + .SH NAME + popper \- pop 3 server + .SH SYNOPSIS +-.B /usr/etc/popper ++.B /usr/local/libexec/popper + [ -d ] + [ -s ] + [ -k ] +@@ -136,7 +136,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 +-/usr/spool/mqueue/POPlog. These can be changed, if desired. On ++/var/log/messages. These can be changed, if desired. On + 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 @@ + .PP + The server implements two 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,7 @@ + marked for deletion. + .SH FILES + .nf +-/usr/spool/mail mail files ++/var/mail mail files + /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 |