diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index b78e29168f1..62dfda2e21c 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.160 2011/03/03 00:40:04 sthen Exp $ +# $OpenBSD: Makefile,v 1.161 2011/03/05 20:41:19 sthen Exp $ SHARED_ONLY= Yes @@ -12,7 +12,7 @@ V_MANAGESIEVE= 0.11.12 PKGNAME= dovecot-${V_DOVECOT} PKGNAME-server= dovecot-${V_DOVECOT} -REVISION-server=3 +REVISION-server=4 FULLPKGNAME-sieve= dovecot-sieve-${V_SIEVE} REVISION-sieve= 0 EPOCH-sieve= 0 diff --git a/mail/dovecot/pkg/MESSAGE-server b/mail/dovecot/pkg/MESSAGE-server index d78b2562529..a729b2ebdab 100644 --- a/mail/dovecot/pkg/MESSAGE-server +++ b/mail/dovecot/pkg/MESSAGE-server @@ -7,10 +7,3 @@ If this has been or will be accomplished by other means, use the following paths for the files: /etc/ssl/dovecotcert.pem /etc/ssl/private/dovecot.pem - -If you wish to have Dovecot started automatically at boot time, -simply add the follow lines to /etc/rc.local: - -if [ -x ${PREFIX}/sbin/dovecot ]; then - echo -n ' dovecot'; ${PREFIX}/sbin/dovecot -fi