diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-30 06:09:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-30 06:09:51 +0000 |
commit | d09f7f090962416f0e9f01e650b54d89478f7c2f (patch) | |
tree | 231cdfdce0482e6e9361a8f00f9d03b99588b918 /mail/imap-uw/files/patch-src__ipopd__ipopd.8 | |
parent | Chase mail/cclient shared library version bump. (diff) |
error in man page for imapd of mail/imap-uw
If you install the imap-wu port and read the imapd man page
it shows under SYNOPSIS that imapd is installed in the
directory /usr/etc/imapd, however the port install the
binary under /usr/local/libexec
Also fixed for ipopd.8
PR: ports/102060
Submitted by: Jan Riedinger <jan@master.swk.sns.eu>
Notes
Notes:
svn path=/head/; revision=200424
Diffstat (limited to 'mail/imap-uw/files/patch-src__ipopd__ipopd.8')
-rw-r--r-- | mail/imap-uw/files/patch-src__ipopd__ipopd.8 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/imap-uw/files/patch-src__ipopd__ipopd.8 b/mail/imap-uw/files/patch-src__ipopd__ipopd.8 new file mode 100644 index 000000000000..a712defab505 --- /dev/null +++ b/mail/imap-uw/files/patch-src__ipopd__ipopd.8 @@ -0,0 +1,14 @@ +--- src/ipopd/ipopd.8.orig Sun Sep 30 16:08:01 2007 ++++ src/ipopd/ipopd.8 Sun Sep 30 16:08:10 2007 +@@ -16,9 +16,9 @@ + .SH NAME + IPOPd \- Post Office Protocol server + .SH SYNOPSIS +-.B /usr/etc/ipop2d ++.B /usr/local/libexec/ipop2d + .PP +-.B /usr/etc/ipop3d ++.B /usr/local/libexec/ipop3d + .SH DESCRIPTION + .I ipop2d + and |