ports/80630: mail/dovecot: mistake in pkg-message
Anton Karpov
toxa at toxahost.ru
Thu May 5 00:10:57 UTC 2005
>Number: 80630
>Category: ports
>Synopsis: mail/dovecot: mistake in pkg-message
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu May 05 00:10:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Anton Karpov
>Release: FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD mercury.ank-pki.ru 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Apr 25 21:57:03 MSD 2005 root at mercury.ank-pki.ru:/usr/obj/usr/src/sys/MERCURY i386
>Description:
According to /usr/ports/mail/dovecot/pkg-message:
cd %%PREFIX%%/etc; cp dovecot-example.conf dovecot.conf
But there is no dovecot-example.conf. By default, the config name is dovecot.conf.sample
>How-To-Repeat:
>Fix:
Patch is attached
--- dovecot.diff begins here ---
diff -ruN dovecot.orig/pkg-message dovecot/pkg-message
--- dovecot.orig/pkg-message Wed Jul 28 16:18:11 2004
+++ dovecot/pkg-message Thu May 5 03:54:13 2005
@@ -7,7 +7,7 @@
the systems passwd file and use the default /var/mail/$USER mbox
files.
- cd %%PREFIX%%/etc; cp dovecot-example.conf dovecot.conf
+ cd %%PREFIX%%/etc; cp dovecot.conf.sample dovecot.conf
echo dovecot_enable="YES" >> /etc/rc.conf
--- dovecot.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list