mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
b1cbd93bcd
The crude loop I wrote to come up with this changeset:
find -L package/feeds/packages/ -name patches | \
sed 's/patches$/refresh/' | sort | xargs make
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
(cherry picked from commit 5d8d4fbbcb)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
31 lines
697 B
Diff
31 lines
697 B
Diff
Patch by Robert Scheck <redhat@linuxnetz.de> for uw-imap >= 2004a, which corrects
|
|
paths to imapd, ipop2d and ipop3d in the man pages.
|
|
|
|
This patch is based on Red Hat Bugzilla ID #127271 and solves ID #229781.
|
|
|
|
--- a/src/imapd/imapd.8
|
|
+++ b/src/imapd/imapd.8
|
|
@@ -16,7 +16,7 @@
|
|
.SH NAME
|
|
IMAPd \- Internet Message Access Protocol server
|
|
.SH SYNOPSIS
|
|
-.B /usr/etc/imapd
|
|
+.B /usr/sbin/imapd
|
|
.SH DESCRIPTION
|
|
.I imapd
|
|
is a server which supports the
|
|
--- a/src/ipopd/ipopd.8
|
|
+++ b/src/ipopd/ipopd.8
|
|
@@ -16,9 +16,9 @@
|
|
.SH NAME
|
|
IPOPd \- Post Office Protocol server
|
|
.SH SYNOPSIS
|
|
-.B /usr/etc/ipop2d
|
|
+.B /usr/sbin/ipop2d
|
|
.PP
|
|
-.B /usr/etc/ipop3d
|
|
+.B /usr/sbin/ipop3d
|
|
.SH DESCRIPTION
|
|
.I ipop2d
|
|
and
|