diff options
Diffstat (limited to 'main/postgrey')
-rw-r--r-- | main/postgrey/APKBUILD | 4 | ||||
-rw-r--r-- | main/postgrey/postgrey.initd | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/main/postgrey/APKBUILD b/main/postgrey/APKBUILD index b83dca2de..469a1967c 100644 --- a/main/postgrey/APKBUILD +++ b/main/postgrey/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michael Mason <ms13sp@gmail.com> pkgname=postgrey pkgver=1.34 -pkgrel=0 +pkgrel=1 pkgdesc="Postfix policy server implementing greylisting" url="http://postgrey.schweikert.ch/" arch="noarch" @@ -38,4 +38,4 @@ package() { md5sums="f736a7be1094593f1a66cd13f32b39ef postgrey-1.34.tar.gz caaad5770ab07fb5af3bbd522a05b84f postgrey.confd -d0611b244202c77ad7ad79862721a738 postgrey.initd" +851f2c402430997d5af8ad71e72ac48a postgrey.initd" diff --git a/main/postgrey/postgrey.initd b/main/postgrey/postgrey.initd index c9e51ceba..f2f4699ab 100644 --- a/main/postgrey/postgrey.initd +++ b/main/postgrey/postgrey.initd @@ -5,7 +5,7 @@ conf="/etc/conf.d/postgrey" -opts="${opts} reload" +extra_started_commands="reload" depend() { need net |