| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | Patch by Robert Scheck <redhat@linuxnetz.de> for uw-imap >= 2004a, which corrects |
| 2 | paths to imapd, ipop2d and ipop3d in the man pages. |
| 3 | |
| 4 | This patch is based on Red Hat Bugzilla ID #127271 and solves ID #229781. |
| 5 | |
| 6 | --- a/src/imapd/imapd.8 |
| 7 | +++ b/src/imapd/imapd.8 |
| 8 | @@ -16,7 +16,7 @@ |
| 9 | .SH NAME |
| 10 | IMAPd \- Internet Message Access Protocol server |
| 11 | .SH SYNOPSIS |
| 12 | -.B /usr/etc/imapd |
| 13 | +.B /usr/sbin/imapd |
| 14 | .SH DESCRIPTION |
| 15 | .I imapd |
| 16 | is a server which supports the |
| 17 | --- a/src/ipopd/ipopd.8 |
| 18 | +++ b/src/ipopd/ipopd.8 |
| 19 | @@ -16,9 +16,9 @@ |
| 20 | .SH NAME |
| 21 | IPOPd \- Post Office Protocol server |
| 22 | .SH SYNOPSIS |
| 23 | -.B /usr/etc/ipop2d |
| 24 | +.B /usr/sbin/ipop2d |
| 25 | .PP |
| 26 | -.B /usr/etc/ipop3d |
| 27 | +.B /usr/sbin/ipop3d |
| 28 | .SH DESCRIPTION |
| 29 | .I ipop2d |
| 30 | and |