summaryrefslogtreecommitdiffstats
path: root/main/postgrey
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-28 14:34:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-28 14:34:51 +0000
commit6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957 (patch)
tree27e1c61cbc148cf62683fdece421db3e5df6864f /main/postgrey
parent50f344b7b0be41515051e8f31ecb979887c342af (diff)
downloadaports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.bz2
aports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.xz
main/*: replace all sbin/runscript with sbin/openrc-run
Diffstat (limited to 'main/postgrey')
-rw-r--r--main/postgrey/APKBUILD8
-rw-r--r--main/postgrey/postgrey.initd2
2 files changed, 5 insertions, 5 deletions
diff --git a/main/postgrey/APKBUILD b/main/postgrey/APKBUILD
index fc3cb497f..14029561e 100644
--- a/main/postgrey/APKBUILD
+++ b/main/postgrey/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=postgrey
pkgver=1.35
-pkgrel=0
+pkgrel=1
pkgdesc="Postfix policy server implementing greylisting"
url="http://postgrey.schweikert.ch/"
arch="noarch"
@@ -38,10 +38,10 @@ package() {
md5sums="995f265679c9bcc11c6c1db881003e36 postgrey-1.35.tar.gz
caaad5770ab07fb5af3bbd522a05b84f postgrey.confd
-851f2c402430997d5af8ad71e72ac48a postgrey.initd"
+0847234868035a95e4e9d3952e0c454b postgrey.initd"
sha256sums="f6a6956630803e6f79ebff6ad0cc0d46ba32046ed6cc260e38e6f591de7bbdcf postgrey-1.35.tar.gz
2c84116caad8ba675ad73c4f2a10c766bd048572677c74720ad3ae2448ea9519 postgrey.confd
-8446818af37b1b602dd136a727d4557f51bf8f195666cb509b0fcba583e88005 postgrey.initd"
+8dbe7f4a74491990d8b91f02c45083123cf19ef725a9756f47dd9f890b49ca73 postgrey.initd"
sha512sums="fa9844f6ca7395c02cbc1f234d0efbeafb80ebbebc763966d375bb32e7768d9c987d8c95d1e8dc9da933832feb9948b4086cf5a31f24d3764e9678333abe6c8f postgrey-1.35.tar.gz
cf74ad36c07a3807d85de9c60cfaea31b3c04adebbe306e72d61bf14c1a17e4a07654f0a96919091735b94ea5e3b7847de5e02d4801b3f58240e5622d8ac0d10 postgrey.confd
-7daeb165d41e895fbfd929fdeb6a577745567a2997b973aa6ec9c156c2ecec8ad0ca58e9b5557bff9cabcc4df93a3f83b881096bdefa831596bc36f5fcb472d7 postgrey.initd"
+fdfdf29d4eae3e74cb673bfd51dea205949afc55630d05ca62a95c45e94b1091aea57d47ea7ddece3957922ece04b23f484320bf374ab2520119e1cd95dc2f3f postgrey.initd"
diff --git a/main/postgrey/postgrey.initd b/main/postgrey/postgrey.initd
index f2f4699ab..7bd92319a 100644
--- a/main/postgrey/postgrey.initd
+++ b/main/postgrey/postgrey.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/mail-filter/postgrey/files/postgrey.rc.new,v 1.10 2008/05/21 18:45:44 dertobi123 Exp $