Drop the rc.local fragment from MESSAGE-server now we have an rc script.

Pointed out by Dorian Buettner, ok Brad.
This commit is contained in:
sthen 2011-03-05 20:41:19 +00:00
parent 7e5c89bcbc
commit 4d849582dd
2 changed files with 2 additions and 9 deletions

View File

@ -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

View File

@ -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