diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2012-03-20 12:26:52 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2012-03-20 12:26:52 +0000 |
commit | 7d8df3859347c83a347c3c771a3bd438e17a3d44 (patch) | |
tree | 7750a9299feb7e8dafdba79f5755160933fc554f /main/postgrey | |
parent | b06fd02ab6d73b7167cdafbb3d2623afacdb1303 (diff) | |
parent | 01a790374524c25b6730fd48ae70bb6c31a65361 (diff) | |
download | aports-7d8df3859347c83a347c3c771a3bd438e17a3d44.tar.bz2 aports-7d8df3859347c83a347c3c771a3bd438e17a3d44.tar.xz |
Merge git://dev.alpinelinux.org/aports
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 |