summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-15 13:41:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-15 13:41:54 +0000
commitcc8a2e98b67939f5fad4914332abd3affdead8f5 (patch)
treedf7ce36afba5f04d4b5a945b1d20d9b05bcddb52 /main
parent21e330c4c9046a89766fa71896c49de9cb522079 (diff)
downloadaports-cc8a2e98b67939f5fad4914332abd3affdead8f5.tar.bz2
aports-cc8a2e98b67939f5fad4914332abd3affdead8f5.tar.xz
main/dovecot: start service after firewall
Diffstat (limited to 'main')
-rw-r--r--main/dovecot/APKBUILD6
-rw-r--r--main/dovecot/dovecot.initd3
2 files changed, 4 insertions, 5 deletions
diff --git a/main/dovecot/APKBUILD b/main/dovecot/APKBUILD
index 888a2d49..dee364b7 100644
--- a/main/dovecot/APKBUILD
+++ b/main/dovecot/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dovecot
pkgver=1.2.4
-pkgrel=0
+pkgrel=1
pkgdesc="IMAP and POP3 server"
url="http://www.dovecot.org/"
license="LGPL-2.1"
@@ -12,7 +12,6 @@ install="dovecot.pre-install"
subpackages="$pkgname-doc $pkgname-dev"
source="http://www.dovecot.org/releases/1.2/$pkgname-$pkgver.tar.gz
dovecot.initd
- $install
"
build() {
@@ -31,5 +30,4 @@ build() {
}
md5sums="3e5717d13e3d6b32d3f4b809df397dbf dovecot-1.2.4.tar.gz
-573e14589a6f8424d55753a2794ab99a dovecot.initd
-f0f8893411f5e482e14f40a81a177b19 dovecot.pre-install"
+c58b474dca20e6e60fa4f1f5b9c726e1 dovecot.initd"
diff --git a/main/dovecot/dovecot.initd b/main/dovecot/dovecot.initd
index d9799c0d..7ce07f61 100644
--- a/main/dovecot/dovecot.initd
+++ b/main/dovecot/dovecot.initd
@@ -7,7 +7,8 @@ opts="reload"
depend() {
need localmount net
- after bootmisc ldap mysql ntp-client ntpd postgresql saslauthd slapd
+ after bootmisc firewall ldap mysql ntp-client ntpd postgresql \
+ saslauthd slapd
use logger
}