diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-26 13:14:24 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-26 13:14:24 +0000 |
commit | b44976b8da76aee6a10d2a4dd6513ffaf247da5d (patch) | |
tree | 8837a33438a4b8e30861d8d0a6e6922f60868687 /mail/mutt-devel/files/patch-doc-mutt.man | |
parent | Do not allow use of the experimental postgresql module because it breaks (diff) |
- Fix the DOCSDIR and EXAMPLESDIR code. Now both can be set to
non-standard values.
- Be less verbose.
PR: 58559
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=92199
Diffstat (limited to 'mail/mutt-devel/files/patch-doc-mutt.man')
-rw-r--r-- | mail/mutt-devel/files/patch-doc-mutt.man | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/patch-doc-mutt.man b/mail/mutt-devel/files/patch-doc-mutt.man index 82f4a93ffd04..3d6381963abe 100644 --- a/mail/mutt-devel/files/patch-doc-mutt.man +++ b/mail/mutt-devel/files/patch-doc-mutt.man @@ -12,3 +12,23 @@ The Mutt manual. .SH BUGS .PP +--- doc/muttrc.man.orig Wed Mar 19 22:55:03 2003 ++++ doc/muttrc.man Sun Oct 26 11:16:05 2003 +@@ -1031,7 +1031,7 @@ + .B dotlock_program + .nf + Type: path +-Default: \(lq/usr/local/bin/mutt_dotlock\(rq ++Default: \(lq${PREFIX}/bin/mutt_dotlock\(rq + .fi + .IP + Contains the path of the mutt_dotlock (8) binary to be used by +@@ -4410,7 +4410,7 @@ + instead of a raw socket. You may be able to use this to set up + preauthenticated connections to your IMAP/POP3 server. Example: + .IP +-tunnel=\(rqssh -q mailhost.net /usr/local/libexec/imapd\(rq ++tunnel=\(rqssh -q mailhost.net ${PREFIX}/libexec/imapd\(rq + .IP + NOTE: For this example to work you must be able to log in to the remote + machine without having to enter a password. |