diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-05 00:29:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-05 00:29:00 +0000 |
commit | f65646f2483b5e7ac0af64c6d0854dab4eeb5d8c (patch) | |
tree | d5ee6f6a169a04e3600a3e3f79d5dc9545c4a98f | |
parent | Add a dependency on ${X_FONTS_MISC_PORT} to allow Xvfb to work while (diff) |
Fix typo in pkg-message:
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
PR: ports/80630
Submitted by: Anton Karpov <toxa@toxahost.ru>
-rw-r--r-- | mail/dovecot-devel/pkg-message | 2 | ||||
-rw-r--r-- | mail/dovecot/pkg-message | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot-devel/pkg-message b/mail/dovecot-devel/pkg-message index 7169bd0bfa6f..c0011013d5ee 100644 --- a/mail/dovecot-devel/pkg-message +++ b/mail/dovecot-devel/pkg-message @@ -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 diff --git a/mail/dovecot/pkg-message b/mail/dovecot/pkg-message index 7169bd0bfa6f..c0011013d5ee 100644 --- a/mail/dovecot/pkg-message +++ b/mail/dovecot/pkg-message @@ -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 |